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