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>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace CustomerProfiles {
38 template <
typename DomainNameT = Aws::String>
40 m_domainNameHasBeenSet =
true;
41 m_domainName = std::forward<DomainNameT>(value);
43 template <
typename DomainNameT = Aws::String>
55 template <
typename UriT = Aws::String>
57 m_uriHasBeenSet =
true;
58 m_uri = std::forward<UriT>(value);
60 template <
typename UriT = Aws::String>
62 SetUri(std::forward<UriT>(value));
72 template <
typename ObjectTypeNameT = Aws::String>
74 m_objectTypeNameHasBeenSet =
true;
75 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
77 template <
typename ObjectTypeNameT = Aws::String>
89 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 m_createdAtHasBeenSet =
true;
92 m_createdAt = std::forward<CreatedAtT>(value);
94 template <
typename CreatedAtT = Aws::Utils::DateTime>
106 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
108 m_lastUpdatedAtHasBeenSet =
true;
109 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
111 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
123 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
125 m_tagsHasBeenSet =
true;
126 m_tags = std::forward<TagsT>(value);
128 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
130 SetTags(std::forward<TagsT>(value));
133 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
135 m_tagsHasBeenSet =
true;
136 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
152 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
154 m_objectTypeNamesHasBeenSet =
true;
155 m_objectTypeNames = std::forward<ObjectTypeNamesT>(value);
157 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
162 template <
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
164 m_objectTypeNamesHasBeenSet =
true;
165 m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
175 template <
typename WorkflowIdT = Aws::String>
177 m_workflowIdHasBeenSet =
true;
178 m_workflowId = std::forward<WorkflowIdT>(value);
180 template <
typename WorkflowIdT = Aws::String>
195 m_isUnstructuredHasBeenSet =
true;
196 m_isUnstructured = value;
210 template <
typename RoleArnT = Aws::String>
212 m_roleArnHasBeenSet =
true;
213 m_roleArn = std::forward<RoleArnT>(value);
215 template <
typename RoleArnT = Aws::String>
229 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
231 m_eventTriggerNamesHasBeenSet =
true;
232 m_eventTriggerNames = std::forward<EventTriggerNamesT>(value);
234 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
239 template <
typename EventTriggerNamesT = Aws::String>
241 m_eventTriggerNamesHasBeenSet =
true;
242 m_eventTriggerNames.emplace_back(std::forward<EventTriggerNamesT>(value));
255 m_scopeHasBeenSet =
true;
267 template <
typename RequestIdT = Aws::String>
269 m_requestIdHasBeenSet =
true;
270 m_requestId = std::forward<RequestIdT>(value);
272 template <
typename RequestIdT = Aws::String>
295 bool m_isUnstructured{
false};
304 bool m_domainNameHasBeenSet =
false;
305 bool m_uriHasBeenSet =
false;
306 bool m_objectTypeNameHasBeenSet =
false;
307 bool m_createdAtHasBeenSet =
false;
308 bool m_lastUpdatedAtHasBeenSet =
false;
309 bool m_tagsHasBeenSet =
false;
310 bool m_objectTypeNamesHasBeenSet =
false;
311 bool m_workflowIdHasBeenSet =
false;
312 bool m_isUnstructuredHasBeenSet =
false;
313 bool m_roleArnHasBeenSet =
false;
314 bool m_eventTriggerNamesHasBeenSet =
false;
315 bool m_scopeHasBeenSet =
false;
316 bool m_requestIdHasBeenSet =
false;
void SetObjectTypeName(ObjectTypeNameT &&value)
void SetWorkflowId(WorkflowIdT &&value)
PutIntegrationResult & WithScope(Scope value)
void SetDomainName(DomainNameT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTags(TagsT &&value)
PutIntegrationResult & WithRoleArn(RoleArnT &&value)
PutIntegrationResult & WithWorkflowId(WorkflowIdT &&value)
AWS_CUSTOMERPROFILES_API PutIntegrationResult()=default
const Aws::String & GetWorkflowId() const
const Aws::String & GetRequestId() const
const Aws::Vector< Aws::String > & GetEventTriggerNames() const
void SetEventTriggerNames(EventTriggerNamesT &&value)
PutIntegrationResult & WithDomainName(DomainNameT &&value)
void SetIsUnstructured(bool value)
PutIntegrationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
PutIntegrationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetUri(UriT &&value)
PutIntegrationResult & WithUri(UriT &&value)
const Aws::String & GetDomainName() const
PutIntegrationResult & WithIsUnstructured(bool value)
PutIntegrationResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetRoleArn() const
PutIntegrationResult & WithObjectTypeName(ObjectTypeNameT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetUri() const
AWS_CUSTOMERPROFILES_API PutIntegrationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetObjectTypeName() const
PutIntegrationResult & AddEventTriggerNames(EventTriggerNamesT &&value)
void SetRoleArn(RoleArnT &&value)
bool GetIsUnstructured() const
PutIntegrationResult & AddObjectTypeNames(ObjectTypeNamesKeyT &&key, ObjectTypeNamesValueT &&value)
void SetObjectTypeNames(ObjectTypeNamesT &&value)
PutIntegrationResult & WithObjectTypeNames(ObjectTypeNamesT &&value)
PutIntegrationResult & WithEventTriggerNames(EventTriggerNamesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetObjectTypeNames() const
void SetScope(Scope value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_CUSTOMERPROFILES_API PutIntegrationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutIntegrationResult & WithTags(TagsT &&value)
PutIntegrationResult & WithRequestId(RequestIdT &&value)
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