7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename PublicKeyBase64T = Aws::String>
42 void SetPublicKeyBase64(PublicKeyBase64T&& value) { m_publicKeyBase64HasBeenSet =
true; m_publicKeyBase64 = std::forward<PublicKeyBase64T>(value); }
43 template<
typename PublicKeyBase64T = Aws::String>
52 template<
typename PrivateKeyBase64T = Aws::String>
53 void SetPrivateKeyBase64(PrivateKeyBase64T&& value) { m_privateKeyBase64HasBeenSet =
true; m_privateKeyBase64 = std::forward<PrivateKeyBase64T>(value); }
54 template<
typename PrivateKeyBase64T = Aws::String>
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
64 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename RequestIdT = Aws::String>
73 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
74 template<
typename RequestIdT = Aws::String>
80 bool m_publicKeyBase64HasBeenSet =
false;
83 bool m_privateKeyBase64HasBeenSet =
false;
86 bool m_createdAtHasBeenSet =
false;
89 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