7#include <aws/organizations/Organizations_EXPORTS.h>
8#include <aws/organizations/model/Handshake.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace Organizations
41 template<
typename HandshakeT = Handshake>
42 void SetHandshake(HandshakeT&& value) { m_handshakeHasBeenSet =
true; m_handshake = std::forward<HandshakeT>(value); }
43 template<
typename HandshakeT = Handshake>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_handshakeHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
void SetHandshake(HandshakeT &&value)
AWS_ORGANIZATIONS_API DescribeHandshakeResult()=default
DescribeHandshakeResult & WithRequestId(RequestIdT &&value)
DescribeHandshakeResult & WithHandshake(HandshakeT &&value)
void SetRequestId(RequestIdT &&value)
const Handshake & GetHandshake() const
AWS_ORGANIZATIONS_API DescribeHandshakeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ORGANIZATIONS_API DescribeHandshakeResult & 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