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/RelationshipDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PartnerCentralChannel {
36 template <
typename RelationshipDetailT = RelationshipDetail>
38 m_relationshipDetailHasBeenSet =
true;
39 m_relationshipDetail = std::forward<RelationshipDetailT>(value);
41 template <
typename RelationshipDetailT = RelationshipDetail>
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;
AWS_PARTNERCENTRALCHANNEL_API GetRelationshipResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRelationshipResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRelationshipDetail(RelationshipDetailT &&value)
void SetRequestId(RequestIdT &&value)
AWS_PARTNERCENTRALCHANNEL_API GetRelationshipResult()=default
AWS_PARTNERCENTRALCHANNEL_API GetRelationshipResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const RelationshipDetail & GetRelationshipDetail() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetRelationshipResult & WithRelationshipDetail(RelationshipDetailT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue