7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
10#include <aws/migrationhub-config/model/HomeRegionControl.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace MigrationHubConfig {
38 template <
typename HomeRegionControlT = HomeRegionControl>
40 m_homeRegionControlHasBeenSet =
true;
41 m_homeRegionControl = std::forward<HomeRegionControlT>(value);
43 template <
typename HomeRegionControlT = HomeRegionControl>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
71 bool m_homeRegionControlHasBeenSet =
false;
72 bool m_requestIdHasBeenSet =
false;
CreateHomeRegionControlResult & WithRequestId(RequestIdT &&value)
CreateHomeRegionControlResult & WithHomeRegionControl(HomeRegionControlT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetHomeRegionControl(HomeRegionControlT &&value)
AWS_MIGRATIONHUBCONFIG_API CreateHomeRegionControlResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const HomeRegionControl & GetHomeRegionControl() const
const Aws::String & GetRequestId() const
AWS_MIGRATIONHUBCONFIG_API CreateHomeRegionControlResult()=default
AWS_MIGRATIONHUBCONFIG_API CreateHomeRegionControlResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue