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

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

Sets the Label property
public WithLabel ( String label ) : ItemAttributes
label String Label property
Результат ItemAttributes
        public ItemAttributes WithLabel(String label)
        {
            this.labelField = label;
            return this;
        }
ItemAttributes