7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhub-config/MigrationHubConfig_EXPORTS.h>
10#include <aws/migrationhub-config/model/Target.h>
21namespace MigrationHubConfig {
47 template <
typename ControlIdT = Aws::String>
49 m_controlIdHasBeenSet =
true;
50 m_controlId = std::forward<ControlIdT>(value);
52 template <
typename ControlIdT = Aws::String>
66 template <
typename HomeRegionT = Aws::String>
68 m_homeRegionHasBeenSet =
true;
69 m_homeRegion = std::forward<HomeRegionT>(value);
71 template <
typename HomeRegionT = Aws::String>
86 template <
typename TargetT = Target>
88 m_targetHasBeenSet =
true;
89 m_target = std::forward<TargetT>(value);
91 template <
typename TargetT = Target>
106 template <
typename RequestedTimeT = Aws::Utils::DateTime>
108 m_requestedTimeHasBeenSet =
true;
109 m_requestedTime = std::forward<RequestedTimeT>(value);
111 template <
typename RequestedTimeT = Aws::Utils::DateTime>
125 bool m_controlIdHasBeenSet =
false;
126 bool m_homeRegionHasBeenSet =
false;
127 bool m_targetHasBeenSet =
false;
128 bool m_requestedTimeHasBeenSet =
false;
void SetRequestedTime(RequestedTimeT &&value)
bool ControlIdHasBeenSet() const
void SetControlId(ControlIdT &&value)
AWS_MIGRATIONHUBCONFIG_API HomeRegionControl & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHomeRegion(HomeRegionT &&value)
HomeRegionControl & WithTarget(TargetT &&value)
AWS_MIGRATIONHUBCONFIG_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTarget(TargetT &&value)
bool HomeRegionHasBeenSet() const
const Target & GetTarget() const
AWS_MIGRATIONHUBCONFIG_API HomeRegionControl(Aws::Utils::Json::JsonView jsonValue)
HomeRegionControl & WithHomeRegion(HomeRegionT &&value)
const Aws::String & GetHomeRegion() const
bool RequestedTimeHasBeenSet() const
bool TargetHasBeenSet() const
AWS_MIGRATIONHUBCONFIG_API HomeRegionControl()=default
HomeRegionControl & WithControlId(ControlIdT &&value)
HomeRegionControl & WithRequestedTime(RequestedTimeT &&value)
const Aws::String & GetControlId() const
const Aws::Utils::DateTime & GetRequestedTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue