7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53_EXPORTS.h>
9#include <aws/route53/model/ChangeInfo.h>
10#include <aws/route53/model/KeySigningKey.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename ChangeInfoT = ChangeInfo>
36 m_changeInfoHasBeenSet =
true;
37 m_changeInfo = std::forward<ChangeInfoT>(value);
39 template <
typename ChangeInfoT = ChangeInfo>
51 template <
typename KeySigningKeyT = KeySigningKey>
53 m_keySigningKeyHasBeenSet =
true;
54 m_keySigningKey = std::forward<KeySigningKeyT>(value);
56 template <
typename KeySigningKeyT = KeySigningKey>
68 template <
typename LocationT = Aws::String>
70 m_locationHasBeenSet =
true;
71 m_location = std::forward<LocationT>(value);
73 template <
typename LocationT = Aws::String>
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
102 bool m_changeInfoHasBeenSet =
false;
103 bool m_keySigningKeyHasBeenSet =
false;
104 bool m_locationHasBeenSet =
false;
105 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument