7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/partnercentral-account/PartnerCentralAccountRequest.h>
10#include <aws/partnercentral-account/PartnerCentralAccount_EXPORTS.h>
11#include <aws/partnercentral-account/model/AccessType.h>
16namespace PartnerCentralAccount {
41 template <
typename CatalogT = Aws::String>
43 m_catalogHasBeenSet =
true;
44 m_catalog = std::forward<CatalogT>(value);
46 template <
typename CatalogT = Aws::String>
60 m_revisionHasBeenSet =
true;
77 m_accessTypeHasBeenSet =
true;
92 template <
typename ExcludedParticipantIdentifiersT = Aws::Vector<Aws::String>>
94 m_excludedParticipantIdentifiersHasBeenSet =
true;
95 m_excludedParticipantIdentifiers = std::forward<ExcludedParticipantIdentifiersT>(value);
97 template <
typename ExcludedParticipantIdentifiersT = Aws::Vector<Aws::String>>
102 template <
typename ExcludedParticipantIdentifiersT = Aws::String>
104 m_excludedParticipantIdentifiersHasBeenSet =
true;
105 m_excludedParticipantIdentifiers.emplace_back(std::forward<ExcludedParticipantIdentifiersT>(value));
112 long long m_revision{0};
117 bool m_catalogHasBeenSet =
false;
118 bool m_revisionHasBeenSet =
false;
119 bool m_accessTypeHasBeenSet =
false;
120 bool m_excludedParticipantIdentifiersHasBeenSet =
false;
void SetCatalog(CatalogT &&value)
AWS_PARTNERCENTRALACCOUNT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool RevisionHasBeenSet() const
AWS_PARTNERCENTRALACCOUNT_API Aws::String SerializePayload() const override
AWS_PARTNERCENTRALACCOUNT_API UpdateConnectionPreferencesRequest()=default
UpdateConnectionPreferencesRequest & AddExcludedParticipantIdentifiers(ExcludedParticipantIdentifiersT &&value)
bool AccessTypeHasBeenSet() const
bool ExcludedParticipantIdentifiersHasBeenSet() const
long long GetRevision() const
UpdateConnectionPreferencesRequest & WithAccessType(AccessType value)
UpdateConnectionPreferencesRequest & WithRevision(long long value)
UpdateConnectionPreferencesRequest & WithExcludedParticipantIdentifiers(ExcludedParticipantIdentifiersT &&value)
UpdateConnectionPreferencesRequest & WithCatalog(CatalogT &&value)
void SetRevision(long long value)
void SetAccessType(AccessType value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetExcludedParticipantIdentifiers() const
void SetExcludedParticipantIdentifiers(ExcludedParticipantIdentifiersT &&value)
const Aws::String & GetCatalog() const
AccessType GetAccessType() const
bool CatalogHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector