Amazon.ECS.Model.ResponseGroupInformation.WithElements C# (CSharp) Метод

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

Sets the Elements property
public WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation
elements ResponseGroupElements Elements property
Результат ResponseGroupInformation
        public ResponseGroupInformation WithElements(ResponseGroupElements elements)
        {
            this.elementsField = elements;
            return this;
        }