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

WithCaseMaterialType() public method

Sets the CaseMaterialType property
public WithCaseMaterialType ( String caseMaterialType ) : MerchantItemAttributes
caseMaterialType String CaseMaterialType property
return MerchantItemAttributes
        public MerchantItemAttributes WithCaseMaterialType(String caseMaterialType)
        {
            this.caseMaterialTypeField = caseMaterialType;
            return this;
        }
MerchantItemAttributes