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

WithCountry() public method

Sets the Country property
public WithCountry ( String country ) : CustomerLocation
country String Country property
return CustomerLocation
        public CustomerLocation WithCountry(String country)
        {
            this.countryField = country;
            return this;
        }