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

WithState() 공개 메소드

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