7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template <
typename ClientCertificateIdT = Aws::String>
46 m_clientCertificateIdHasBeenSet =
true;
47 m_clientCertificateId = std::forward<ClientCertificateIdT>(value);
49 template <
typename ClientCertificateIdT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
79 template <
typename PemEncodedCertificateT = Aws::String>
81 m_pemEncodedCertificateHasBeenSet =
true;
82 m_pemEncodedCertificate = std::forward<PemEncodedCertificateT>(value);
84 template <
typename PemEncodedCertificateT = Aws::String>
96 template <
typename CreatedDateT = Aws::Utils::DateTime>
98 m_createdDateHasBeenSet =
true;
99 m_createdDate = std::forward<CreatedDateT>(value);
101 template <
typename CreatedDateT = Aws::Utils::DateTime>
113 template <
typename ExpirationDateT = Aws::Utils::DateTime>
115 m_expirationDateHasBeenSet =
true;
116 m_expirationDate = std::forward<ExpirationDateT>(value);
118 template <
typename ExpirationDateT = Aws::Utils::DateTime>
131 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 m_tagsHasBeenSet =
true;
134 m_tags = std::forward<TagsT>(value);
136 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 SetTags(std::forward<TagsT>(value));
141 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
143 m_tagsHasBeenSet =
true;
144 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
152 template <
typename RequestIdT = Aws::String>
154 m_requestIdHasBeenSet =
true;
155 m_requestId = std::forward<RequestIdT>(value);
157 template <
typename RequestIdT = Aws::String>
180 bool m_clientCertificateIdHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
182 bool m_pemEncodedCertificateHasBeenSet =
false;
183 bool m_createdDateHasBeenSet =
false;
184 bool m_expirationDateHasBeenSet =
false;
185 bool m_tagsHasBeenSet =
false;
186 bool m_requestIdHasBeenSet =
false;
GenerateClientCertificateResult & WithCreatedDate(CreatedDateT &&value)
void SetDescription(DescriptionT &&value)
GenerateClientCertificateResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GenerateClientCertificateResult & WithTags(TagsT &&value)
GenerateClientCertificateResult & WithDescription(DescriptionT &&value)
GenerateClientCertificateResult & WithClientCertificateId(ClientCertificateIdT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedDate() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GenerateClientCertificateResult & WithPemEncodedCertificate(PemEncodedCertificateT &&value)
const Aws::Utils::DateTime & GetExpirationDate() const
const Aws::String & GetPemEncodedCertificate() const
AWS_APIGATEWAY_API GenerateClientCertificateResult()=default
GenerateClientCertificateResult & WithExpirationDate(ExpirationDateT &&value)
GenerateClientCertificateResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetClientCertificateId(ClientCertificateIdT &&value)
const Aws::String & GetClientCertificateId() const
void SetPemEncodedCertificate(PemEncodedCertificateT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_APIGATEWAY_API GenerateClientCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APIGATEWAY_API GenerateClientCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExpirationDate(ExpirationDateT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreatedDate(CreatedDateT &&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
Aws::Utils::Json::JsonValue JsonValue