Amazon.ECS.Model.TagLookupResponse.WithTags C# (CSharp) Method

WithTags() public method

Sets the Tags property
public WithTags ( ) : TagLookupResponse
return TagLookupResponse
        public TagLookupResponse WithTags(params Tags[] list)
        {
            foreach (Tags item in list)
            {
                Tags.Add(item);
            }
            return this;
        }