7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/model/ChangeInfo.h>
9#include <aws/route53/model/KeySigningKey.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template<
typename ChangeInfoT = ChangeInfo>
41 void SetChangeInfo(ChangeInfoT&& value) { m_changeInfoHasBeenSet =
true; m_changeInfo = std::forward<ChangeInfoT>(value); }
42 template<
typename ChangeInfoT = ChangeInfo>
51 template<
typename KeySigningKeyT = KeySigningKey>
52 void SetKeySigningKey(KeySigningKeyT&& value) { m_keySigningKeyHasBeenSet =
true; m_keySigningKey = std::forward<KeySigningKeyT>(value); }
53 template<
typename KeySigningKeyT = KeySigningKey>
62 template<
typename LocationT = Aws::String>
63 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
64 template<
typename LocationT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_changeInfoHasBeenSet =
false;
82 bool m_keySigningKeyHasBeenSet =
false;
85 bool m_locationHasBeenSet =
false;
88 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