7#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/migrationhub-config/model/HomeRegionControl.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace MigrationHubConfig
42 template<
typename HomeRegionControlsT = Aws::Vector<HomeRegionControl>>
43 void SetHomeRegionControls(HomeRegionControlsT&& value) { m_homeRegionControlsHasBeenSet =
true; m_homeRegionControls = std::forward<HomeRegionControlsT>(value); }
44 template<
typename HomeRegionControlsT = Aws::Vector<HomeRegionControl>>
46 template<
typename HomeRegionControlsT = HomeRegionControl>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_homeRegionControlsHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
AWS_MIGRATIONHUBCONFIG_API DescribeHomeRegionControlsResult()=default
AWS_MIGRATIONHUBCONFIG_API DescribeHomeRegionControlsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetHomeRegionControls(HomeRegionControlsT &&value)
DescribeHomeRegionControlsResult & WithHomeRegionControls(HomeRegionControlsT &&value)
const Aws::Vector< HomeRegionControl > & GetHomeRegionControls() const
DescribeHomeRegionControlsResult & AddHomeRegionControls(HomeRegionControlsT &&value)
DescribeHomeRegionControlsResult & WithRequestId(RequestIdT &&value)
AWS_MIGRATIONHUBCONFIG_API DescribeHomeRegionControlsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
DescribeHomeRegionControlsResult & WithNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue