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

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

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