Amazon.ECS.Model.ListSearchRequest.WithState C# (CSharp) 메소드

WithState() 공개 메소드

Sets the State property
public WithState ( String state ) : ListSearchRequest
state String State property
리턴 ListSearchRequest
        public ListSearchRequest WithState(String state)
        {
            this.stateField = state;
            return this;
        }