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