7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
13#include <aws/customer-profiles/model/Scope.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace CustomerProfiles {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 template <
typename DomainNameT = Aws::String>
56 template <
typename UriT = Aws::String>
58 m_uriHasBeenSet =
true;
59 m_uri = std::forward<UriT>(value);
61 template <
typename UriT = Aws::String>
63 SetUri(std::forward<UriT>(value));
73 template <
typename ObjectTypeNameT = Aws::String>
75 m_objectTypeNameHasBeenSet =
true;
76 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
78 template <
typename ObjectTypeNameT = Aws::String>
90 template <
typename CreatedAtT = Aws::Utils::DateTime>
92 m_createdAtHasBeenSet =
true;
93 m_createdAt = std::forward<CreatedAtT>(value);
95 template <
typename CreatedAtT = Aws::Utils::DateTime>
107 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
109 m_lastUpdatedAtHasBeenSet =
true;
110 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
112 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 m_tagsHasBeenSet =
true;
127 m_tags = std::forward<TagsT>(value);
129 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
131 SetTags(std::forward<TagsT>(value));
134 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
136 m_tagsHasBeenSet =
true;
137 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
153 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
155 m_objectTypeNamesHasBeenSet =
true;
156 m_objectTypeNames = std::forward<ObjectTypeNamesT>(value);
158 template <
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
163 template <
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
165 m_objectTypeNamesHasBeenSet =
true;
166 m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
176 template <
typename WorkflowIdT = Aws::String>
178 m_workflowIdHasBeenSet =
true;
179 m_workflowId = std::forward<WorkflowIdT>(value);
181 template <
typename WorkflowIdT = Aws::String>
196 m_isUnstructuredHasBeenSet =
true;
197 m_isUnstructured = value;
211 template <
typename RoleArnT = Aws::String>
213 m_roleArnHasBeenSet =
true;
214 m_roleArn = std::forward<RoleArnT>(value);
216 template <
typename RoleArnT = Aws::String>
230 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
232 m_eventTriggerNamesHasBeenSet =
true;
233 m_eventTriggerNames = std::forward<EventTriggerNamesT>(value);
235 template <
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
240 template <
typename EventTriggerNamesT = Aws::String>
242 m_eventTriggerNamesHasBeenSet =
true;
243 m_eventTriggerNames.emplace_back(std::forward<EventTriggerNamesT>(value));
256 m_scopeHasBeenSet =
true;
268 template <
typename RequestIdT = Aws::String>
270 m_requestIdHasBeenSet =
true;
271 m_requestId = std::forward<RequestIdT>(value);
273 template <
typename RequestIdT = Aws::String>
298 bool m_isUnstructured{
false};
308 bool m_domainNameHasBeenSet =
false;
309 bool m_uriHasBeenSet =
false;
310 bool m_objectTypeNameHasBeenSet =
false;
311 bool m_createdAtHasBeenSet =
false;
312 bool m_lastUpdatedAtHasBeenSet =
false;
313 bool m_tagsHasBeenSet =
false;
314 bool m_objectTypeNamesHasBeenSet =
false;
315 bool m_workflowIdHasBeenSet =
false;
316 bool m_isUnstructuredHasBeenSet =
false;
317 bool m_roleArnHasBeenSet =
false;
318 bool m_eventTriggerNamesHasBeenSet =
false;
319 bool m_scopeHasBeenSet =
false;
320 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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