7#include <aws/iot-managed-integrations/IoTManagedIntegrations_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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTManagedIntegrations
42 template<
typename IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
53 template<
typename ArnT = Aws::String>
54 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
55 template<
typename ArnT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
76 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
77 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
88 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
92 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
99 template<
typename RequestIdT = Aws::String>
100 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
101 template<
typename RequestIdT = Aws::String>
107 bool m_idHasBeenSet =
false;
110 bool m_arnHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
116 bool m_createdAtHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
122 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_IOTMANAGEDINTEGRATIONS_API GetCredentialLockerResult()=default
void SetCreatedAt(CreatedAtT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetArn() const
GetCredentialLockerResult & WithRequestId(RequestIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetCredentialLockerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API GetCredentialLockerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
GetCredentialLockerResult & WithArn(ArnT &&value)
GetCredentialLockerResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetCredentialLockerResult & WithTags(TagsT &&value)
GetCredentialLockerResult & WithCreatedAt(CreatedAtT &&value)
GetCredentialLockerResult & WithName(NameT &&value)
const Aws::String & GetName() const
GetCredentialLockerResult & WithId(IdT &&value)
const Aws::String & GetId() 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
Aws::Utils::Json::JsonValue JsonValue