Amazon.ECS.Model.ResponseGroupElements.WithElement C# (CSharp) Метод

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

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