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;
        }