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