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

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

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