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

WithDialWindowMaterialType() 공개 메소드

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