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