Amazon.ECS.Model.CustomerLocation.WithState C# (CSharp) Метод

WithState() публичный Метод

Sets the State property
public WithState ( String state ) : CustomerLocation
state String State property
Результат CustomerLocation
        public CustomerLocation WithState(String state)
        {
            this.stateField = state;
            return this;
        }