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

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

Sets the Country property
public WithCountry ( String country ) : CustomerLocation
country String Country property
Результат CustomerLocation
        public CustomerLocation WithCountry(String country)
        {
            this.countryField = country;
            return this;
        }