7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/organizations/Organizations_EXPORTS.h>
10#include <aws/organizations/model/Handshake.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Organizations {
37 template <
typename HandshakeT = Handshake>
39 m_handshakeHasBeenSet =
true;
40 m_handshake = std::forward<HandshakeT>(value);
42 template <
typename HandshakeT = Handshake>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_handshakeHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_ORGANIZATIONS_API CancelHandshakeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetHandshake(HandshakeT &&value)
const Handshake & GetHandshake() const
AWS_ORGANIZATIONS_API CancelHandshakeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelHandshakeResult & WithHandshake(HandshakeT &&value)
AWS_ORGANIZATIONS_API CancelHandshakeResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CancelHandshakeResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue