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
42 template<
typename HandshakeT = Handshake>
43 void SetHandshake(HandshakeT&& value) { m_handshakeHasBeenSet =
true; m_handshake = std::forward<HandshakeT>(value); }
44 template<
typename HandshakeT = Handshake>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_handshakeHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
EnableAllFeaturesResult & WithHandshake(HandshakeT &&value)
AWS_ORGANIZATIONS_API EnableAllFeaturesResult()=default
AWS_ORGANIZATIONS_API EnableAllFeaturesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
EnableAllFeaturesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Handshake & GetHandshake() const
void SetHandshake(HandshakeT &&value)
AWS_ORGANIZATIONS_API EnableAllFeaturesResult & 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