Amazon.ECS.Model.CustomerLocation.WithCity C# (CSharp) Method

WithCity() public method

Sets the City property
public WithCity ( String city ) : CustomerLocation
city String City property
return CustomerLocation
        public CustomerLocation WithCity(String city)
        {
            this.cityField = city;
            return this;
        }