7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ConfigService
48 template<
typename AggregationAuthorizationArnT = Aws::String>
49 void SetAggregationAuthorizationArn(AggregationAuthorizationArnT&& value) { m_aggregationAuthorizationArnHasBeenSet =
true; m_aggregationAuthorizationArn = std::forward<AggregationAuthorizationArnT>(value); }
50 template<
typename AggregationAuthorizationArnT = Aws::String>
60 template<
typename AuthorizedAccountIdT = Aws::String>
61 void SetAuthorizedAccountId(AuthorizedAccountIdT&& value) { m_authorizedAccountIdHasBeenSet =
true; m_authorizedAccountId = std::forward<AuthorizedAccountIdT>(value); }
62 template<
typename AuthorizedAccountIdT = Aws::String>
72 template<
typename AuthorizedAwsRegionT = Aws::String>
73 void SetAuthorizedAwsRegion(AuthorizedAwsRegionT&& value) { m_authorizedAwsRegionHasBeenSet =
true; m_authorizedAwsRegion = std::forward<AuthorizedAwsRegionT>(value); }
74 template<
typename AuthorizedAwsRegionT = Aws::String>
84 template<
typename CreationTimeT = Aws::Utils::DateTime>
85 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
92 bool m_aggregationAuthorizationArnHasBeenSet =
false;
95 bool m_authorizedAccountIdHasBeenSet =
false;
98 bool m_authorizedAwsRegionHasBeenSet =
false;
101 bool m_creationTimeHasBeenSet =
false;
AWS_CONFIGSERVICE_API AggregationAuthorization()=default
void SetAggregationAuthorizationArn(AggregationAuthorizationArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_CONFIGSERVICE_API AggregationAuthorization(Aws::Utils::Json::JsonView jsonValue)
bool AuthorizedAwsRegionHasBeenSet() const
void SetAuthorizedAwsRegion(AuthorizedAwsRegionT &&value)
void SetAuthorizedAccountId(AuthorizedAccountIdT &&value)
AggregationAuthorization & WithAuthorizedAwsRegion(AuthorizedAwsRegionT &&value)
AggregationAuthorization & WithAuthorizedAccountId(AuthorizedAccountIdT &&value)
AggregationAuthorization & WithAggregationAuthorizationArn(AggregationAuthorizationArnT &&value)
AWS_CONFIGSERVICE_API AggregationAuthorization & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthorizedAwsRegion() const
bool CreationTimeHasBeenSet() const
bool AggregationAuthorizationArnHasBeenSet() const
bool AuthorizedAccountIdHasBeenSet() const
AggregationAuthorization & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetAuthorizedAccountId() const
void SetCreationTime(CreationTimeT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAggregationAuthorizationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue