7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
9#include <aws/partnercentral-channel/model/CreateRelationshipDetail.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace PartnerCentralChannel {
35 template <
typename RelationshipDetailT = CreateRelationshipDetail>
37 m_relationshipDetailHasBeenSet =
true;
38 m_relationshipDetail = std::forward<RelationshipDetailT>(value);
40 template <
typename RelationshipDetailT = CreateRelationshipDetail>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_relationshipDetailHasBeenSet =
false;
66 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_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