Amazon.ECS.Model.SellerLocation.WithCity C# (CSharp) 메소드

WithCity() 공개 메소드

Sets the City property
public WithCity ( String city ) : SellerLocation
city String City property
리턴 SellerLocation
        public SellerLocation WithCity(String city)
        {
            this.cityField = city;
            return this;
        }