Amazon.ECS.Model.MerchantItemAttributes.WithDialWindowMaterialType C# (CSharp) Méthode

WithDialWindowMaterialType() public méthode

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