7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/partnercentral-channel/PartnerCentralChannelRequest.h>
9#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
10#include <aws/partnercentral-channel/model/SupportPlan.h>
15namespace PartnerCentralChannel {
40 template <
typename CatalogT = Aws::String>
42 m_catalogHasBeenSet =
true;
43 m_catalog = std::forward<CatalogT>(value);
45 template <
typename CatalogT = Aws::String>
58 template <
typename IdentifierT = Aws::String>
60 m_identifierHasBeenSet =
true;
61 m_identifier = std::forward<IdentifierT>(value);
63 template <
typename IdentifierT = Aws::String>
77 template <
typename ProgramManagementAccountIdentifierT = Aws::String>
79 m_programManagementAccountIdentifierHasBeenSet =
true;
80 m_programManagementAccountIdentifier = std::forward<ProgramManagementAccountIdentifierT>(value);
82 template <
typename ProgramManagementAccountIdentifierT = Aws::String>
95 template <
typename RevisionT = Aws::String>
97 m_revisionHasBeenSet =
true;
98 m_revision = std::forward<RevisionT>(value);
100 template <
typename RevisionT = Aws::String>
113 template <
typename DisplayNameT = Aws::String>
115 m_displayNameHasBeenSet =
true;
116 m_displayName = std::forward<DisplayNameT>(value);
118 template <
typename DisplayNameT = Aws::String>
131 template <
typename RequestedSupportPlanT = SupportPlan>
133 m_requestedSupportPlanHasBeenSet =
true;
134 m_requestedSupportPlan = std::forward<RequestedSupportPlanT>(value);
136 template <
typename RequestedSupportPlanT = SupportPlan>
154 bool m_catalogHasBeenSet =
false;
155 bool m_identifierHasBeenSet =
false;
156 bool m_programManagementAccountIdentifierHasBeenSet =
false;
157 bool m_revisionHasBeenSet =
false;
158 bool m_displayNameHasBeenSet =
false;
159 bool m_requestedSupportPlanHasBeenSet =
false;
const Aws::String & GetRevision() const
bool CatalogHasBeenSet() const
bool ProgramManagementAccountIdentifierHasBeenSet() const
void SetProgramManagementAccountIdentifier(ProgramManagementAccountIdentifierT &&value)
UpdateRelationshipRequest & WithRequestedSupportPlan(RequestedSupportPlanT &&value)
void SetCatalog(CatalogT &&value)
const SupportPlan & GetRequestedSupportPlan() const
const Aws::String & GetProgramManagementAccountIdentifier() const
void SetIdentifier(IdentifierT &&value)
bool RevisionHasBeenSet() const
bool RequestedSupportPlanHasBeenSet() const
AWS_PARTNERCENTRALCHANNEL_API UpdateRelationshipRequest()=default
UpdateRelationshipRequest & WithDisplayName(DisplayNameT &&value)
const Aws::String & GetIdentifier() const
const Aws::String & GetCatalog() const
UpdateRelationshipRequest & WithProgramManagementAccountIdentifier(ProgramManagementAccountIdentifierT &&value)
AWS_PARTNERCENTRALCHANNEL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDisplayName() const
virtual const char * GetServiceRequestName() const override
void SetRevision(RevisionT &&value)
UpdateRelationshipRequest & WithRevision(RevisionT &&value)
AWS_PARTNERCENTRALCHANNEL_API Aws::String SerializePayload() const override
void SetDisplayName(DisplayNameT &&value)
UpdateRelationshipRequest & WithIdentifier(IdentifierT &&value)
UpdateRelationshipRequest & WithCatalog(CatalogT &&value)
bool DisplayNameHasBeenSet() const
void SetRequestedSupportPlan(RequestedSupportPlanT &&value)
bool IdentifierHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String