7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
9#include <aws/partnercentral-channel/model/AcceptChannelHandshakeDetail.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralChannel {
36 template <
typename ChannelHandshakeDetailT = AcceptChannelHandshakeDetail>
38 m_channelHandshakeDetailHasBeenSet =
true;
39 m_channelHandshakeDetail = std::forward<ChannelHandshakeDetailT>(value);
41 template <
typename ChannelHandshakeDetailT = AcceptChannelHandshakeDetail>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_channelHandshakeDetailHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_PARTNERCENTRALCHANNEL_API AcceptChannelHandshakeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const AcceptChannelHandshakeDetail & GetChannelHandshakeDetail() const
AcceptChannelHandshakeResult & WithRequestId(RequestIdT &&value)
AcceptChannelHandshakeResult & WithChannelHandshakeDetail(ChannelHandshakeDetailT &&value)
AWS_PARTNERCENTRALCHANNEL_API AcceptChannelHandshakeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PARTNERCENTRALCHANNEL_API AcceptChannelHandshakeResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetChannelHandshakeDetail(ChannelHandshakeDetailT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue