Amazon.ECS.Model.SellerLocation.WithCity C# (CSharp) Method

WithCity() public method

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