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

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

Sets the MaterialType property
public WithMaterialType ( String materialType ) : ItemAttributes
materialType String MaterialType property
Результат ItemAttributes
        public ItemAttributes WithMaterialType(String materialType)
        {
            this.materialTypeField = materialType;
            return this;
        }
ItemAttributes