7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
12#include <aws/customer-profiles/model/Scope.h>
23namespace CustomerProfiles {
44 template <
typename DomainNameT = Aws::String>
46 m_domainNameHasBeenSet =
true;
47 m_domainName = std::forward<DomainNameT>(value);
49 template <
typename DomainNameT = Aws::String>
62 template <
typename UriT = Aws::String>
64 m_uriHasBeenSet =
true;
65 m_uri = std::forward<UriT>(value);
67 template <
typename UriT = Aws::String>
69 SetUri(std::forward<UriT>(value));
80 template <
typename ObjectTypeNameT = Aws::String>
82 m_objectTypeNameHasBeenSet =
true;
83 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
85 template <
typename ObjectTypeNameT = Aws::String>
98 template <
typename CreatedAtT = Aws::Utils::DateTime>
100 m_createdAtHasBeenSet =
true;
101 m_createdAt = std::forward<CreatedAtT>(value);
103 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
118 m_lastUpdatedAtHasBeenSet =
true;
119 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
121 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
134 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 m_tagsHasBeenSet =
true;
137 m_tags = std::forward<TagsT>(value);
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 SetTags(std::forward<TagsT>(value));
144 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true;
147 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
164 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
166 m_objectTypeNamesHasBeenSet =
true;
167 m_objectTypeNames = std::forward<ObjectTypeNamesT>(value);
169 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
174 template <
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
176 m_objectTypeNamesHasBeenSet =
true;
177 m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
188 template <
typename WorkflowIdT = Aws::String>
190 m_workflowIdHasBeenSet =
true;
191 m_workflowId = std::forward<WorkflowIdT>(value);
193 template <
typename WorkflowIdT = Aws::String>
209 m_isUnstructuredHasBeenSet =
true;
210 m_isUnstructured = value;
225 template <
typename RoleArnT = Aws::String>
227 m_roleArnHasBeenSet =
true;
228 m_roleArn = std::forward<RoleArnT>(value);
230 template <
typename RoleArnT = Aws::String>
244 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
246 m_eventTriggerNamesHasBeenSet =
true;
247 m_eventTriggerNames = std::forward<EventTriggerNamesT>(value);
249 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
254 template <
typename EventTriggerNamesT = Aws::String>
256 m_eventTriggerNamesHasBeenSet =
true;
257 m_eventTriggerNames.emplace_back(std::forward<EventTriggerNamesT>(value));
269 m_scopeHasBeenSet =
true;
294 bool m_isUnstructured{
false};
301 bool m_domainNameHasBeenSet =
false;
302 bool m_uriHasBeenSet =
false;
303 bool m_objectTypeNameHasBeenSet =
false;
304 bool m_createdAtHasBeenSet =
false;
305 bool m_lastUpdatedAtHasBeenSet =
false;
306 bool m_tagsHasBeenSet =
false;
307 bool m_objectTypeNamesHasBeenSet =
false;
308 bool m_workflowIdHasBeenSet =
false;
309 bool m_isUnstructuredHasBeenSet =
false;
310 bool m_roleArnHasBeenSet =
false;
311 bool m_eventTriggerNamesHasBeenSet =
false;
312 bool m_scopeHasBeenSet =
false;
ListIntegrationItem & WithUri(UriT &&value)
ListIntegrationItem & WithLastUpdatedAt(LastUpdatedAtT &&value)
ListIntegrationItem & WithCreatedAt(CreatedAtT &&value)
bool DomainNameHasBeenSet() const
ListIntegrationItem & WithRoleArn(RoleArnT &&value)
ListIntegrationItem & WithDomainName(DomainNameT &&value)
ListIntegrationItem & WithIsUnstructured(bool value)
ListIntegrationItem & AddObjectTypeNames(ObjectTypeNamesKeyT &&key, ObjectTypeNamesValueT &&value)
ListIntegrationItem & WithScope(Scope value)
ListIntegrationItem & WithObjectTypeNames(ObjectTypeNamesT &&value)
ListIntegrationItem & AddEventTriggerNames(EventTriggerNamesT &&value)
ListIntegrationItem & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ListIntegrationItem & WithTags(TagsT &&value)
bool CreatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetUri() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetObjectTypeName() const
bool RoleArnHasBeenSet() const
AWS_CUSTOMERPROFILES_API ListIntegrationItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventTriggerNamesHasBeenSet() const
const Aws::String & GetDomainName() const
void SetRoleArn(RoleArnT &&value)
const Aws::Vector< Aws::String > & GetEventTriggerNames() const
const Aws::String & GetWorkflowId() const
bool GetIsUnstructured() const
void SetEventTriggerNames(EventTriggerNamesT &&value)
AWS_CUSTOMERPROFILES_API ListIntegrationItem()=default
ListIntegrationItem & WithWorkflowId(WorkflowIdT &&value)
void SetTags(TagsT &&value)
bool ObjectTypeNameHasBeenSet() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDomainName(DomainNameT &&value)
ListIntegrationItem & WithObjectTypeName(ObjectTypeNameT &&value)
bool LastUpdatedAtHasBeenSet() const
bool UriHasBeenSet() const
AWS_CUSTOMERPROFILES_API ListIntegrationItem(Aws::Utils::Json::JsonView jsonValue)
void SetWorkflowId(WorkflowIdT &&value)
bool TagsHasBeenSet() const
bool IsUnstructuredHasBeenSet() const
void SetScope(Scope value)
void SetIsUnstructured(bool value)
bool WorkflowIdHasBeenSet() const
void SetObjectTypeName(ObjectTypeNameT &&value)
bool ObjectTypeNamesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetObjectTypeNames() const
bool ScopeHasBeenSet() const
void SetUri(UriT &&value)
void SetObjectTypeNames(ObjectTypeNamesT &&value)
ListIntegrationItem & WithEventTriggerNames(EventTriggerNamesT &&value)
const Aws::String & GetRoleArn() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue