7#include <aws/apigateway/APIGateway_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;
49 template<
typename ClientCertificateIdT = Aws::String>
50 void SetClientCertificateId(ClientCertificateIdT&& value) { m_clientCertificateIdHasBeenSet =
true; m_clientCertificateId = std::forward<ClientCertificateIdT>(value); }
51 template<
typename ClientCertificateIdT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 template<
typename PemEncodedCertificateT = Aws::String>
73 void SetPemEncodedCertificate(PemEncodedCertificateT&& value) { m_pemEncodedCertificateHasBeenSet =
true; m_pemEncodedCertificate = std::forward<PemEncodedCertificateT>(value); }
74 template<
typename PemEncodedCertificateT = Aws::String>
83 template<
typename CreatedDateT = Aws::Utils::DateTime>
84 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
85 template<
typename CreatedDateT = Aws::Utils::DateTime>
94 template<
typename ExpirationDateT = Aws::Utils::DateTime>
95 void SetExpirationDate(ExpirationDateT&& value) { m_expirationDateHasBeenSet =
true; m_expirationDate = std::forward<ExpirationDateT>(value); }
96 template<
typename ExpirationDateT = Aws::Utils::DateTime>
106 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
108 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
119 template<
typename RequestIdT = Aws::String>
120 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
121 template<
typename RequestIdT = Aws::String>
127 bool m_clientCertificateIdHasBeenSet =
false;
130 bool m_descriptionHasBeenSet =
false;
133 bool m_pemEncodedCertificateHasBeenSet =
false;
136 bool m_createdDateHasBeenSet =
false;
139 bool m_expirationDateHasBeenSet =
false;
142 bool m_tagsHasBeenSet =
false;
145 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDescription() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetPemEncodedCertificate(PemEncodedCertificateT &&value)
GetClientCertificateResult & WithDescription(DescriptionT &&value)
GetClientCertificateResult & WithCreatedDate(CreatedDateT &&value)
void SetCreatedDate(CreatedDateT &&value)
GetClientCertificateResult & WithExpirationDate(ExpirationDateT &&value)
void SetDescription(DescriptionT &&value)
void SetClientCertificateId(ClientCertificateIdT &&value)
const Aws::String & GetPemEncodedCertificate() const
const Aws::Utils::DateTime & GetCreatedDate() const
void SetExpirationDate(ExpirationDateT &&value)
GetClientCertificateResult & WithClientCertificateId(ClientCertificateIdT &&value)
GetClientCertificateResult & WithTags(TagsT &&value)
GetClientCertificateResult & WithRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API GetClientCertificateResult()=default
AWS_APIGATEWAY_API GetClientCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetExpirationDate() const
void SetTags(TagsT &&value)
GetClientCertificateResult & WithPemEncodedCertificate(PemEncodedCertificateT &&value)
AWS_APIGATEWAY_API GetClientCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetClientCertificateId() const
GetClientCertificateResult & AddTags(TagsKeyT &&key, TagsValueT &&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