7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lightsail/Lightsail_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename PublicKeyBase64T = Aws::String>
37 m_publicKeyBase64HasBeenSet =
true;
38 m_publicKeyBase64 = std::forward<PublicKeyBase64T>(value);
40 template <
typename PublicKeyBase64T = Aws::String>
52 template <
typename PrivateKeyBase64T = Aws::String>
54 m_privateKeyBase64HasBeenSet =
true;
55 m_privateKeyBase64 = std::forward<PrivateKeyBase64T>(value);
57 template <
typename PrivateKeyBase64T = Aws::String>
69 template <
typename CreatedAtT = Aws::Utils::DateTime>
71 m_createdAtHasBeenSet =
true;
72 m_createdAt = std::forward<CreatedAtT>(value);
74 template <
typename CreatedAtT = Aws::Utils::DateTime>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
97 bool m_publicKeyBase64HasBeenSet =
false;
100 bool m_privateKeyBase64HasBeenSet =
false;
103 bool m_createdAtHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetPublicKeyBase64() const
void SetRequestId(RequestIdT &&value)
DownloadDefaultKeyPairResult & WithPublicKeyBase64(PublicKeyBase64T &&value)
void SetPublicKeyBase64(PublicKeyBase64T &&value)
AWS_LIGHTSAIL_API DownloadDefaultKeyPairResult()=default
void SetPrivateKeyBase64(PrivateKeyBase64T &&value)
AWS_LIGHTSAIL_API DownloadDefaultKeyPairResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetPrivateKeyBase64() const
DownloadDefaultKeyPairResult & WithPrivateKeyBase64(PrivateKeyBase64T &&value)
DownloadDefaultKeyPairResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DownloadDefaultKeyPairResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API DownloadDefaultKeyPairResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue