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

WithCaseMaterialType() 공개 메소드

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