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

WithDialWindowMaterialType() public method

Sets the DialWindowMaterialType property
public WithDialWindowMaterialType ( String dialWindowMaterialType ) : MerchantItemAttributes
dialWindowMaterialType String DialWindowMaterialType property
return MerchantItemAttributes
        public MerchantItemAttributes WithDialWindowMaterialType(String dialWindowMaterialType)
        {
            this.dialWindowMaterialTypeField = dialWindowMaterialType;
            return this;
        }
MerchantItemAttributes