7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ResourceType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConfigService {
43 m_resourceTypeHasBeenSet =
true;
44 m_resourceType = value;
58 template <
typename ResourceIdT = Aws::String>
60 m_resourceIdHasBeenSet =
true;
61 m_resourceId = std::forward<ResourceIdT>(value);
63 template <
typename ResourceIdT = Aws::String>
76 template <
typename ResourceNameT = Aws::String>
78 m_resourceNameHasBeenSet =
true;
79 m_resourceName = std::forward<ResourceNameT>(value);
81 template <
typename ResourceNameT = Aws::String>
94 template <
typename RelationshipNameT = Aws::String>
96 m_relationshipNameHasBeenSet =
true;
97 m_relationshipName = std::forward<RelationshipNameT>(value);
99 template <
typename RelationshipNameT = Aws::String>
113 bool m_resourceTypeHasBeenSet =
false;
114 bool m_resourceIdHasBeenSet =
false;
115 bool m_resourceNameHasBeenSet =
false;
116 bool m_relationshipNameHasBeenSet =
false;
const Aws::String & GetResourceName() const
void SetResourceId(ResourceIdT &&value)
bool ResourceTypeHasBeenSet() const
bool ResourceNameHasBeenSet() const
void SetResourceName(ResourceNameT &&value)
Relationship & WithResourceName(ResourceNameT &&value)
Relationship & WithResourceType(ResourceType value)
AWS_CONFIGSERVICE_API Relationship(Aws::Utils::Json::JsonView jsonValue)
bool RelationshipNameHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceIdHasBeenSet() const
ResourceType GetResourceType() const
const Aws::String & GetRelationshipName() const
const Aws::String & GetResourceId() const
AWS_CONFIGSERVICE_API Relationship & operator=(Aws::Utils::Json::JsonView jsonValue)
Relationship & WithResourceId(ResourceIdT &&value)
Relationship & WithRelationshipName(RelationshipNameT &&value)
AWS_CONFIGSERVICE_API Relationship()=default
void SetResourceType(ResourceType value)
void SetRelationshipName(RelationshipNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue