Amazon.ECS.Model.TagLookupResponse.WithTags C# (CSharp) Метод

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

Sets the Tags property
public WithTags ( ) : TagLookupResponse
Результат TagLookupResponse
        public TagLookupResponse WithTags(params Tags[] list)
        {
            foreach (Tags item in list)
            {
                Tags.Add(item);
            }
            return this;
        }