Amazon.ECS.Model.CustomerLocation.WithCity C# (CSharp) Méthode

WithCity() public méthode

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