7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
24namespace CustomerProfiles
49 template<
typename DomainNameT = Aws::String>
50 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
51 template<
typename DomainNameT = Aws::String>
61 template<
typename UriT = Aws::String>
62 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
63 template<
typename UriT = Aws::String>
73 template<
typename ObjectTypeNameT = Aws::String>
74 void SetObjectTypeName(ObjectTypeNameT&& value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
75 template<
typename ObjectTypeNameT = Aws::String>
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
97 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
98 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
99 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
113 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
131 template<
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
132 void SetObjectTypeNames(ObjectTypeNamesT&& value) { m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames = std::forward<ObjectTypeNamesT>(value); }
133 template<
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
135 template<
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
137 m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
return *
this;
147 template<
typename WorkflowIdT = Aws::String>
148 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
149 template<
typename WorkflowIdT = Aws::String>
161 inline void SetIsUnstructured(
bool value) { m_isUnstructuredHasBeenSet =
true; m_isUnstructured = value; }
172 template<
typename RoleArnT = Aws::String>
173 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
174 template<
typename RoleArnT = Aws::String>
185 template<
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
186 void SetEventTriggerNames(EventTriggerNamesT&& value) { m_eventTriggerNamesHasBeenSet =
true; m_eventTriggerNames = std::forward<EventTriggerNamesT>(value); }
187 template<
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
189 template<
typename EventTriggerNamesT = Aws::String>
195 bool m_domainNameHasBeenSet =
false;
198 bool m_uriHasBeenSet =
false;
201 bool m_objectTypeNameHasBeenSet =
false;
204 bool m_createdAtHasBeenSet =
false;
207 bool m_lastUpdatedAtHasBeenSet =
false;
210 bool m_tagsHasBeenSet =
false;
213 bool m_objectTypeNamesHasBeenSet =
false;
216 bool m_workflowIdHasBeenSet =
false;
218 bool m_isUnstructured{
false};
219 bool m_isUnstructuredHasBeenSet =
false;
222 bool m_roleArnHasBeenSet =
false;
225 bool m_eventTriggerNamesHasBeenSet =
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 & 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 SetIsUnstructured(bool value)
bool WorkflowIdHasBeenSet() const
void SetObjectTypeName(ObjectTypeNameT &&value)
bool ObjectTypeNamesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetObjectTypeNames() 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