Amazon.ECS.Model.ItemAttributes.WithDialWindowMaterialType C# (CSharp) Метод

WithDialWindowMaterialType() публичный Метод

Sets the DialWindowMaterialType property
public WithDialWindowMaterialType ( String dialWindowMaterialType ) : ItemAttributes
dialWindowMaterialType String DialWindowMaterialType property
Результат ItemAttributes
        public ItemAttributes WithDialWindowMaterialType(String dialWindowMaterialType)
        {
            this.dialWindowMaterialTypeField = dialWindowMaterialType;
            return this;
        }
ItemAttributes