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

WithCustomizable() 공개 메소드

Sets the Customizable property
public WithCustomizable ( String customizable ) : MerchantItemAttributes
customizable String Customizable property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithCustomizable(String customizable)
        {
            this.customizableField = customizable;
            return this;
        }
MerchantItemAttributes