Amazon.ECS.Model.ItemAttributes.WithLabel C# (CSharp) Méthode

WithLabel() public méthode

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