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