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