Home
last modified time | relevance | path

Searched refs:SetCity (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-pinpoint/include/aws/pinpoint/model/
H A DEndpointLocation.h54 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
59 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
64 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
69 inline EndpointLocation& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
74 … inline EndpointLocation& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *this;} in WithCity()
79 inline EndpointLocation& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
H A DNumberValidateResponse.h110 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
115 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
120 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
125 … inline NumberValidateResponse& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
130 …inline NumberValidateResponse& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *… in WithCity()
135 inline NumberValidateResponse& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cognito-idp/include/aws/cognito-idp/model/
H A DEventContextDataType.h177 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
182 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
187 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
192 inline EventContextDataType& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
197 …inline EventContextDataType& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *th… in WithCity()
202 inline EventContextDataType& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DSearchAvailablePhoneNumbersRequest.h96 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
101 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
106 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
111 …inline SearchAvailablePhoneNumbersRequest& WithCity(const Aws::String& value) { SetCity(value); re… in WithCity()
116 …inline SearchAvailablePhoneNumbersRequest& WithCity(Aws::String&& value) { SetCity(std::move(value… in WithCity()
121 …inline SearchAvailablePhoneNumbersRequest& WithCity(const char* value) { SetCity(value); return *t… in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DActionRemoteIpDetails.h169 inline void SetCity(const City& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
174 inline void SetCity(City&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
179 inline ActionRemoteIpDetails& WithCity(const City& value) { SetCity(value); return *this;} in WithCity()
184 inline ActionRemoteIpDetails& WithCity(City&& value) { SetCity(std::move(value)); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-guardduty/include/aws/guardduty/model/
H A DRemoteIpDetails.h58 inline void SetCity(const City& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
63 inline void SetCity(City&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
68 inline RemoteIpDetails& WithCity(const City& value) { SetCity(value); return *this;} in WithCity()
73 inline RemoteIpDetails& WithCity(City&& value) { SetCity(std::move(value)); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-customer-profiles/include/aws/customer-profiles/model/
H A DAddress.h218 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
223 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
228 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
233 inline Address& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
238 inline Address& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *this;} in WithCity()
243 inline Address& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
H A DUpdateAddress.h218 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
223 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
228 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
233 inline UpdateAddress& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
238 inline UpdateAddress& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *this;} in WithCity()
243 inline UpdateAddress& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-snowball/include/aws/snowball/model/
H A DAddress.h327 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
332 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
337 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
342 inline Address& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
347 inline Address& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *this;} in WithCity()
352 inline Address& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-importexport/include/aws/importexport/model/
H A DGetShippingLabelRequest.h200 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
203 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
206 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
209 …inline GetShippingLabelRequest& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
212 …inline GetShippingLabelRequest& WithCity(Aws::String&& value) { SetCity(std::move(value)); return … in WithCity()
215 inline GetShippingLabelRequest& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53domains/include/aws/route53domains/model/
H A DContactDetail.h361 inline void SetCity(const Aws::String& value) { m_cityHasBeenSet = true; m_city = value; } in SetCity() function
366 inline void SetCity(Aws::String&& value) { m_cityHasBeenSet = true; m_city = std::move(value); } in SetCity() function
371 inline void SetCity(const char* value) { m_cityHasBeenSet = true; m_city.assign(value); } in SetCity() function
376 inline ContactDetail& WithCity(const Aws::String& value) { SetCity(value); return *this;} in WithCity()
381 inline ContactDetail& WithCity(Aws::String&& value) { SetCity(std::move(value)); return *this;} in WithCity()
386 inline ContactDetail& WithCity(const char* value) { SetCity(value); return *this;} in WithCity()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/cleanup/test/
H A Dunit_test_capitalization_string.cpp123 std.SetCity("Madison"); in BOOST_AUTO_TEST_CASE()
143 std.SetCity("Madison"); in BOOST_AUTO_TEST_CASE()
/dports/devel/fpc-odata/fpc-3.2.2/packages/odata/examples/v4/
H A Dv4sample.pas108 procedure SetCity(AIndex: Integer; const AValue: TCity); procedure
113 Property City : TCity index 8 read FCity write SetCity;
607 Procedure TLocation.SetCity(AIndex: Integer; const AValue: TCity);
/dports/lang/fpc-source/fpc-3.2.2/packages/odata/examples/v4/
H A Dv4sample.pas108 procedure SetCity(AIndex: Integer; const AValue: TCity); procedure
113 Property City : TCity index 8 read FCity write SetCity;
607 Procedure TLocation.SetCity(AIndex: Integer; const AValue: TCity);
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go2899 func (s *Address) SetCity(v string) *Address { func
6941 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go2899 func (s *Address) SetCity(v string) *Address { func
6951 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go2899 func (s *Address) SetCity(v string) *Address { func
6951 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/snowball/
H A Dapi.go1758 func (s *Address) SetCity(v string) *Address { func
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/service/snowball/
H A Dapi.go1757 func (s *Address) SetCity(v string) *Address { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/snowball/
H A Dapi.go1758 func (s *Address) SetCity(v string) *Address { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go3138 func (s *Address) SetCity(v string) *Address { func
8621 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go3152 func (s *Address) SetCity(v string) *Address { func
8721 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go3138 func (s *Address) SetCity(v string) *Address { func
8621 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go3138 func (s *Address) SetCity(v string) *Address { func
8621 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/customerprofiles/
H A Dapi.go3152 func (s *Address) SetCity(v string) *Address { func
8721 func (s *UpdateAddress) SetCity(v string) *UpdateAddress { func

123456789