7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehub/model/PhysicalIdentifierType.h>
22namespace ResilienceHub
49 inline void SetAwsAccountId(
const char* value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId.assign(value); }
63 inline void SetAwsRegion(
const char* value) { m_awsRegionHasBeenSet =
true; m_awsRegion.assign(value); }
77 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
125 bool m_awsAccountIdHasBeenSet =
false;
128 bool m_awsRegionHasBeenSet =
false;
131 bool m_identifierHasBeenSet =
false;
134 bool m_typeHasBeenSet =
false;
PhysicalResourceId & WithAwsRegion(const char *value)
PhysicalResourceId & WithIdentifier(const char *value)
void SetType(const PhysicalIdentifierType &value)
void SetAwsRegion(const char *value)
const Aws::String & GetAwsRegion() const
AWS_RESILIENCEHUB_API PhysicalResourceId()
PhysicalResourceId & WithIdentifier(const Aws::String &value)
void SetAwsAccountId(const char *value)
PhysicalResourceId & WithIdentifier(Aws::String &&value)
bool TypeHasBeenSet() const
void SetAwsAccountId(Aws::String &&value)
void SetIdentifier(Aws::String &&value)
void SetAwsAccountId(const Aws::String &value)
const Aws::String & GetAwsAccountId() const
AWS_RESILIENCEHUB_API PhysicalResourceId(Aws::Utils::Json::JsonView jsonValue)
void SetType(PhysicalIdentifierType &&value)
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const PhysicalIdentifierType & GetType() const
void SetAwsRegion(Aws::String &&value)
bool AwsAccountIdHasBeenSet() const
PhysicalResourceId & WithAwsAccountId(const Aws::String &value)
void SetIdentifier(const Aws::String &value)
void SetAwsRegion(const Aws::String &value)
bool AwsRegionHasBeenSet() const
AWS_RESILIENCEHUB_API PhysicalResourceId & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIdentifier() const
PhysicalResourceId & WithAwsRegion(Aws::String &&value)
bool IdentifierHasBeenSet() const
PhysicalResourceId & WithAwsRegion(const Aws::String &value)
void SetIdentifier(const char *value)
PhysicalResourceId & WithType(PhysicalIdentifierType &&value)
PhysicalResourceId & WithType(const PhysicalIdentifierType &value)
PhysicalResourceId & WithAwsAccountId(Aws::String &&value)
PhysicalResourceId & WithAwsAccountId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue