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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace CustomerProfiles
43 template<
typename DomainNameT = Aws::String>
44 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
45 template<
typename DomainNameT = Aws::String>
54 template<
typename UriT = Aws::String>
55 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
56 template<
typename UriT = Aws::String>
65 template<
typename ObjectTypeNameT = Aws::String>
66 void SetObjectTypeName(ObjectTypeNameT&& value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
67 template<
typename ObjectTypeNameT = Aws::String>
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
77 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
78 template<
typename CreatedAtT = Aws::Utils::DateTime>
87 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
88 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
89 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
98 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
100 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
104 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
119 template<
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
120 void SetObjectTypeNames(ObjectTypeNamesT&& value) { m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames = std::forward<ObjectTypeNamesT>(value); }
121 template<
typename ObjectTypeNamesT = Aws::Map<Aws::String, Aws::String>>
123 template<
typename ObjectTypeNamesKeyT = Aws::String,
typename ObjectTypeNamesValueT = Aws::String>
125 m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames.emplace(std::forward<ObjectTypeNamesKeyT>(key), std::forward<ObjectTypeNamesValueT>(value));
return *
this;
134 template<
typename WorkflowIdT = Aws::String>
135 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
136 template<
typename WorkflowIdT = Aws::String>
147 inline void SetIsUnstructured(
bool value) { m_isUnstructuredHasBeenSet =
true; m_isUnstructured = value; }
157 template<
typename RoleArnT = Aws::String>
158 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
159 template<
typename RoleArnT = Aws::String>
170 template<
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
171 void SetEventTriggerNames(EventTriggerNamesT&& value) { m_eventTriggerNamesHasBeenSet =
true; m_eventTriggerNames = std::forward<EventTriggerNamesT>(value); }
172 template<
typename EventTriggerNamesT = Aws::Vector<Aws::String>>
174 template<
typename EventTriggerNamesT = Aws::String>
181 template<
typename RequestIdT = Aws::String>
182 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
183 template<
typename RequestIdT = Aws::String>
189 bool m_domainNameHasBeenSet =
false;
192 bool m_uriHasBeenSet =
false;
195 bool m_objectTypeNameHasBeenSet =
false;
198 bool m_createdAtHasBeenSet =
false;
201 bool m_lastUpdatedAtHasBeenSet =
false;
204 bool m_tagsHasBeenSet =
false;
207 bool m_objectTypeNamesHasBeenSet =
false;
210 bool m_workflowIdHasBeenSet =
false;
212 bool m_isUnstructured{
false};
213 bool m_isUnstructuredHasBeenSet =
false;
216 bool m_roleArnHasBeenSet =
false;
219 bool m_eventTriggerNamesHasBeenSet =
false;
222 bool m_requestIdHasBeenSet =
false;
void SetObjectTypeName(ObjectTypeNameT &&value)
void SetWorkflowId(WorkflowIdT &&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 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