7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ConfigService
62 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
76 inline void SetResourceName(
const char* value) { m_resourceNameHasBeenSet =
true; m_resourceName.assign(value); }
90 inline void SetRelationshipName(
const char* value) { m_relationshipNameHasBeenSet =
true; m_relationshipName.assign(value); }
98 bool m_resourceTypeHasBeenSet =
false;
101 bool m_resourceIdHasBeenSet =
false;
104 bool m_resourceNameHasBeenSet =
false;
107 bool m_relationshipNameHasBeenSet =
false;
void SetResourceName(Aws::String &&value)
const ResourceType & GetResourceType() const
const Aws::String & GetResourceName() const
bool ResourceTypeHasBeenSet() const
bool ResourceNameHasBeenSet() const
Relationship & WithResourceId(const Aws::String &value)
void SetResourceType(ResourceType &&value)
void SetResourceId(Aws::String &&value)
AWS_CONFIGSERVICE_API Relationship(Aws::Utils::Json::JsonView jsonValue)
bool RelationshipNameHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Relationship & WithRelationshipName(const char *value)
bool ResourceIdHasBeenSet() const
void SetResourceId(const Aws::String &value)
Relationship & WithResourceType(ResourceType &&value)
void SetRelationshipName(const char *value)
Relationship & WithResourceName(const char *value)
const Aws::String & GetRelationshipName() const
AWS_CONFIGSERVICE_API Relationship()
void SetResourceName(const char *value)
void SetRelationshipName(const Aws::String &value)
const Aws::String & GetResourceId() const
Relationship & WithResourceName(const Aws::String &value)
void SetResourceType(const ResourceType &value)
Relationship & WithResourceId(const char *value)
AWS_CONFIGSERVICE_API Relationship & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRelationshipName(Aws::String &&value)
Relationship & WithResourceType(const ResourceType &value)
void SetResourceId(const char *value)
void SetResourceName(const Aws::String &value)
Relationship & WithResourceId(Aws::String &&value)
Relationship & WithResourceName(Aws::String &&value)
Relationship & WithRelationshipName(Aws::String &&value)
Relationship & WithRelationshipName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue