Amazon.ECS.Model.MerchantItemAttributes.WithBandMaterialType C# (CSharp) Méthode

WithBandMaterialType() public méthode

Sets the BandMaterialType property
public WithBandMaterialType ( String bandMaterialType ) : MerchantItemAttributes
bandMaterialType String BandMaterialType property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithBandMaterialType(String bandMaterialType)
        {
            this.bandMaterialTypeField = bandMaterialType;
            return this;
        }
MerchantItemAttributes