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