Amazon.ECS.Model.ResponseGroupInformation.WithElements C# (CSharp) Method

WithElements() public method

Sets the Elements property
public WithElements ( ResponseGroupElements elements ) : ResponseGroupInformation
elements ResponseGroupElements Elements property
return ResponseGroupInformation
        public ResponseGroupInformation WithElements(ResponseGroupElements elements)
        {
            this.elementsField = elements;
            return this;
        }