Amazon.ECS.Model.MerchantItemAttributes.WithBandMaterialType C# (CSharp) Method

WithBandMaterialType() public method

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