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

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

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