7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConfigService {
42 template <
typename AggregationAuthorizationArnT = Aws::String>
44 m_aggregationAuthorizationArnHasBeenSet =
true;
45 m_aggregationAuthorizationArn = std::forward<AggregationAuthorizationArnT>(value);
47 template <
typename AggregationAuthorizationArnT = Aws::String>
60 template <
typename AuthorizedAccountIdT = Aws::String>
62 m_authorizedAccountIdHasBeenSet =
true;
63 m_authorizedAccountId = std::forward<AuthorizedAccountIdT>(value);
65 template <
typename AuthorizedAccountIdT = Aws::String>
78 template <
typename AuthorizedAwsRegionT = Aws::String>
80 m_authorizedAwsRegionHasBeenSet =
true;
81 m_authorizedAwsRegion = std::forward<AuthorizedAwsRegionT>(value);
83 template <
typename AuthorizedAwsRegionT = Aws::String>
96 template <
typename CreationTimeT = Aws::Utils::DateTime>
98 m_creationTimeHasBeenSet =
true;
99 m_creationTime = std::forward<CreationTimeT>(value);
101 template <
typename CreationTimeT = Aws::Utils::DateTime>
115 bool m_aggregationAuthorizationArnHasBeenSet =
false;
116 bool m_authorizedAccountIdHasBeenSet =
false;
117 bool m_authorizedAwsRegionHasBeenSet =
false;
118 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