7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
10#include <aws/partnercentral-channel/model/CreateRelationshipDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PartnerCentralChannel {
36 template <
typename RelationshipDetailT = CreateRelationshipDetail>
38 m_relationshipDetailHasBeenSet =
true;
39 m_relationshipDetail = std::forward<RelationshipDetailT>(value);
41 template <
typename RelationshipDetailT = CreateRelationshipDetail>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_relationshipDetailHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetRelationshipDetail(RelationshipDetailT &&value)
CreateRelationshipResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
CreateRelationshipResult & WithRelationshipDetail(RelationshipDetailT &&value)
AWS_PARTNERCENTRALCHANNEL_API CreateRelationshipResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const CreateRelationshipDetail & GetRelationshipDetail() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_PARTNERCENTRALCHANNEL_API CreateRelationshipResult()=default
AWS_PARTNERCENTRALCHANNEL_API CreateRelationshipResult(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