7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53/Route53_EXPORTS.h>
10#include <aws/route53/model/ChangeInfo.h>
11#include <aws/route53/model/KeySigningKey.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
35 template <
typename ChangeInfoT = ChangeInfo>
37 m_changeInfoHasBeenSet =
true;
38 m_changeInfo = std::forward<ChangeInfoT>(value);
40 template <
typename ChangeInfoT = ChangeInfo>
52 template <
typename KeySigningKeyT = KeySigningKey>
54 m_keySigningKeyHasBeenSet =
true;
55 m_keySigningKey = std::forward<KeySigningKeyT>(value);
57 template <
typename KeySigningKeyT = KeySigningKey>
69 template <
typename LocationT = Aws::String>
71 m_locationHasBeenSet =
true;
72 m_location = std::forward<LocationT>(value);
74 template <
typename LocationT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_changeInfoHasBeenSet =
false;
107 bool m_keySigningKeyHasBeenSet =
false;
108 bool m_locationHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const ChangeInfo & GetChangeInfo() const
CreateKeySigningKeyResult & WithKeySigningKey(KeySigningKeyT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ROUTE53_API CreateKeySigningKeyResult()=default
void SetLocation(LocationT &&value)
const Aws::String & GetLocation() const
CreateKeySigningKeyResult & WithRequestId(RequestIdT &&value)
CreateKeySigningKeyResult & WithChangeInfo(ChangeInfoT &&value)
CreateKeySigningKeyResult & WithLocation(LocationT &&value)
const KeySigningKey & GetKeySigningKey() const
AWS_ROUTE53_API CreateKeySigningKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetChangeInfo(ChangeInfoT &&value)
void SetKeySigningKey(KeySigningKeyT &&value)
AWS_ROUTE53_API CreateKeySigningKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument