Amazon.ECS.Model.MerchantItemAttributes.WithBandMaterialType C# (CSharp) 메소드

WithBandMaterialType() 공개 메소드

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