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

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

Sets the FabricType property
public WithFabricType ( String fabricType ) : ItemAttributes
fabricType String FabricType property
Результат ItemAttributes
        public ItemAttributes WithFabricType(String fabricType)
        {
            this.fabricTypeField = fabricType;
            return this;
        }
ItemAttributes