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
50 inline void SetAggregationAuthorizationArn(
const char* value) { m_aggregationAuthorizationArnHasBeenSet =
true; m_aggregationAuthorizationArn.assign(value); }
64 inline void SetAuthorizedAccountId(
const char* value) { m_authorizedAccountIdHasBeenSet =
true; m_authorizedAccountId.assign(value); }
78 inline void SetAuthorizedAwsRegion(
const char* value) { m_authorizedAwsRegionHasBeenSet =
true; m_authorizedAwsRegion.assign(value); }
98 bool m_aggregationAuthorizationArnHasBeenSet =
false;
101 bool m_authorizedAccountIdHasBeenSet =
false;
104 bool m_authorizedAwsRegionHasBeenSet =
false;
107 bool m_creationTimeHasBeenSet =
false;
AggregationAuthorization & WithAuthorizedAwsRegion(Aws::String &&value)
void SetAuthorizedAwsRegion(Aws::String &&value)
AggregationAuthorization & WithAggregationAuthorizationArn(Aws::String &&value)
AWS_CONFIGSERVICE_API AggregationAuthorization()
void SetAuthorizedAwsRegion(const Aws::String &value)
void SetAggregationAuthorizationArn(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetAggregationAuthorizationArn(const char *value)
AWS_CONFIGSERVICE_API AggregationAuthorization(Aws::Utils::Json::JsonView jsonValue)
bool AuthorizedAwsRegionHasBeenSet() const
void SetAuthorizedAccountId(const Aws::String &value)
AggregationAuthorization & WithCreationTime(const Aws::Utils::DateTime &value)
void SetAggregationAuthorizationArn(Aws::String &&value)
AggregationAuthorization & WithAggregationAuthorizationArn(const char *value)
AggregationAuthorization & WithAggregationAuthorizationArn(const Aws::String &value)
void SetAuthorizedAccountId(Aws::String &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetAuthorizedAwsRegion(const char *value)
AggregationAuthorization & WithAuthorizedAccountId(const Aws::String &value)
void SetAuthorizedAccountId(const char *value)
AggregationAuthorization & WithCreationTime(Aws::Utils::DateTime &&value)
AggregationAuthorization & WithAuthorizedAccountId(const char *value)
AWS_CONFIGSERVICE_API AggregationAuthorization & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAuthorizedAwsRegion() const
bool CreationTimeHasBeenSet() const
bool AggregationAuthorizationArnHasBeenSet() const
AggregationAuthorization & WithAuthorizedAwsRegion(const Aws::String &value)
bool AuthorizedAccountIdHasBeenSet() const
AggregationAuthorization & WithAuthorizedAwsRegion(const char *value)
const Aws::String & GetAuthorizedAccountId() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AggregationAuthorization & WithAuthorizedAccountId(Aws::String &&value)
const Aws::String & GetAggregationAuthorizationArn() const
void SetCreationTime(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue