7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
9#include <aws/partnercentral-selling/model/ResourceType.h>
20namespace PartnerCentralSelling {
47 template <
typename CatalogT = Aws::String>
49 m_catalogHasBeenSet =
true;
50 m_catalog = std::forward<CatalogT>(value);
52 template <
typename CatalogT = Aws::String>
65 template <
typename EngagementIdT = Aws::String>
67 m_engagementIdHasBeenSet =
true;
68 m_engagementId = std::forward<EngagementIdT>(value);
70 template <
typename EngagementIdT = Aws::String>
84 m_resourceTypeHasBeenSet =
true;
85 m_resourceType = value;
100 template <
typename ResourceIdT = Aws::String>
102 m_resourceIdHasBeenSet =
true;
103 m_resourceId = std::forward<ResourceIdT>(value);
105 template <
typename ResourceIdT = Aws::String>
119 template <
typename CreatedByT = Aws::String>
121 m_createdByHasBeenSet =
true;
122 m_createdBy = std::forward<CreatedByT>(value);
124 template <
typename CreatedByT = Aws::String>
140 bool m_catalogHasBeenSet =
false;
141 bool m_engagementIdHasBeenSet =
false;
142 bool m_resourceTypeHasBeenSet =
false;
143 bool m_resourceIdHasBeenSet =
false;
144 bool m_createdByHasBeenSet =
false;
const Aws::String & GetCatalog() const
void SetResourceType(ResourceType value)
EngagementResourceAssociationSummary & WithCatalog(CatalogT &&value)
void SetCatalog(CatalogT &&value)
const Aws::String & GetResourceId() const
bool ResourceTypeHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
const Aws::String & GetEngagementId() const
AWS_PARTNERCENTRALSELLING_API Aws::Utils::Json::JsonValue Jsonize() const
bool EngagementIdHasBeenSet() const
void SetEngagementId(EngagementIdT &&value)
EngagementResourceAssociationSummary & WithCreatedBy(CreatedByT &&value)
EngagementResourceAssociationSummary & WithEngagementId(EngagementIdT &&value)
EngagementResourceAssociationSummary & WithResourceId(ResourceIdT &&value)
const Aws::String & GetCreatedBy() const
AWS_PARTNERCENTRALSELLING_API EngagementResourceAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
ResourceType GetResourceType() const
void SetCreatedBy(CreatedByT &&value)
AWS_PARTNERCENTRALSELLING_API EngagementResourceAssociationSummary()=default
EngagementResourceAssociationSummary & WithResourceType(ResourceType value)
AWS_PARTNERCENTRALSELLING_API EngagementResourceAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedByHasBeenSet() const
bool ResourceIdHasBeenSet() const
bool CatalogHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue