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;
        }