Amazon.ECS.Model.ItemAttributes.WithLabel C# (CSharp) Method

WithLabel() public method

Sets the Label property
public WithLabel ( String label ) : ItemAttributes
label String Label property
return ItemAttributes
        public ItemAttributes WithLabel(String label)
        {
            this.labelField = label;
            return this;
        }
ItemAttributes