7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ResourceType.h>
22namespace ConfigService
51 inline void SetSourceAccountId(
const char* value) { m_sourceAccountIdHasBeenSet =
true; m_sourceAccountId.assign(value); }
65 inline void SetSourceRegion(
const char* value) { m_sourceRegionHasBeenSet =
true; m_sourceRegion.assign(value); }
79 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
105 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
113 bool m_sourceAccountIdHasBeenSet =
false;
116 bool m_sourceRegionHasBeenSet =
false;
119 bool m_resourceIdHasBeenSet =
false;
122 bool m_resourceTypeHasBeenSet =
false;
125 bool m_resourceNameHasBeenSet =
false;
AggregateResourceIdentifier & WithResourceId(const char *value)
AggregateResourceIdentifier & WithSourceAccountId(const Aws::String &value)
void SetSourceAccountId(const char *value)
bool ResourceTypeHasBeenSet() const
void SetResourceType(ResourceType &&value)
AggregateResourceIdentifier & WithResourceId(Aws::String &&value)
bool SourceAccountIdHasBeenSet() const
AWS_CONFIGSERVICE_API AggregateResourceIdentifier(Aws::Utils::Json::JsonView jsonValue)
AggregateResourceIdentifier & WithResourceId(const Aws::String &value)
AWS_CONFIGSERVICE_API AggregateResourceIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceRegionHasBeenSet() const
const Aws::String & GetSourceRegion() const
void SetResourceId(const char *value)
AggregateResourceIdentifier & WithResourceName(const char *value)
void SetSourceAccountId(const Aws::String &value)
const Aws::String & GetResourceName() const
AggregateResourceIdentifier & WithSourceAccountId(Aws::String &&value)
bool ResourceNameHasBeenSet() const
AggregateResourceIdentifier & WithResourceName(const Aws::String &value)
void SetSourceRegion(Aws::String &&value)
void SetResourceName(Aws::String &&value)
AggregateResourceIdentifier & WithSourceAccountId(const char *value)
AggregateResourceIdentifier & WithSourceRegion(const char *value)
const ResourceType & GetResourceType() const
void SetResourceType(const ResourceType &value)
void SetSourceRegion(const Aws::String &value)
void SetResourceName(const Aws::String &value)
void SetSourceAccountId(Aws::String &&value)
void SetResourceName(const char *value)
AWS_CONFIGSERVICE_API AggregateResourceIdentifier()
AggregateResourceIdentifier & WithResourceType(const ResourceType &value)
const Aws::String & GetResourceId() const
AggregateResourceIdentifier & WithSourceRegion(Aws::String &&value)
void SetSourceRegion(const char *value)
AggregateResourceIdentifier & WithSourceRegion(const Aws::String &value)
const Aws::String & GetSourceAccountId() const
void SetResourceId(const Aws::String &value)
AggregateResourceIdentifier & WithResourceName(Aws::String &&value)
AggregateResourceIdentifier & WithResourceType(ResourceType &&value)
void SetResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue