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

WithCity() public method

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