7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/redshift/RedshiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/redshift/model/AuthorizedTokenIssuer.h>
12#include <aws/redshift/model/ServiceIntegrationsUnion.h>
51 inline void SetRedshiftIdcApplicationArn(
const char* value) { m_redshiftIdcApplicationArnHasBeenSet =
true; m_redshiftIdcApplicationArn.assign(value); }
67 inline void SetIdentityNamespace(
const char* value) { m_identityNamespaceHasBeenSet =
true; m_identityNamespace.assign(value); }
83 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
98 inline void SetIdcDisplayName(
const char* value) { m_idcDisplayNameHasBeenSet =
true; m_idcDisplayName.assign(value); }
135 bool m_redshiftIdcApplicationArnHasBeenSet =
false;
138 bool m_identityNamespaceHasBeenSet =
false;
141 bool m_iamRoleArnHasBeenSet =
false;
144 bool m_idcDisplayNameHasBeenSet =
false;
147 bool m_authorizedTokenIssuerListHasBeenSet =
false;
150 bool m_serviceIntegrationsHasBeenSet =
false;
void SetAuthorizedTokenIssuerList(Aws::Vector< AuthorizedTokenIssuer > &&value)
ModifyRedshiftIdcApplicationRequest & WithAuthorizedTokenIssuerList(const Aws::Vector< AuthorizedTokenIssuer > &value)
ModifyRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationArn(const Aws::String &value)
void SetRedshiftIdcApplicationArn(const Aws::String &value)
const Aws::String & GetIdentityNamespace() const
ModifyRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationArn(const char *value)
AWS_REDSHIFT_API ModifyRedshiftIdcApplicationRequest()
void SetIdcDisplayName(const Aws::String &value)
ModifyRedshiftIdcApplicationRequest & WithServiceIntegrations(const Aws::Vector< ServiceIntegrationsUnion > &value)
const Aws::String & GetIamRoleArn() const
void SetIamRoleArn(Aws::String &&value)
ModifyRedshiftIdcApplicationRequest & WithIdentityNamespace(const Aws::String &value)
ModifyRedshiftIdcApplicationRequest & WithIamRoleArn(Aws::String &&value)
bool RedshiftIdcApplicationArnHasBeenSet() const
ModifyRedshiftIdcApplicationRequest & WithIdcDisplayName(Aws::String &&value)
bool AuthorizedTokenIssuerListHasBeenSet() const
ModifyRedshiftIdcApplicationRequest & WithIdentityNamespace(const char *value)
ModifyRedshiftIdcApplicationRequest & AddAuthorizedTokenIssuerList(AuthorizedTokenIssuer &&value)
bool IamRoleArnHasBeenSet() const
bool IdcDisplayNameHasBeenSet() const
void SetRedshiftIdcApplicationArn(Aws::String &&value)
const Aws::Vector< AuthorizedTokenIssuer > & GetAuthorizedTokenIssuerList() const
void SetIamRoleArn(const char *value)
ModifyRedshiftIdcApplicationRequest & WithAuthorizedTokenIssuerList(Aws::Vector< AuthorizedTokenIssuer > &&value)
void SetIdentityNamespace(Aws::String &&value)
ModifyRedshiftIdcApplicationRequest & WithServiceIntegrations(Aws::Vector< ServiceIntegrationsUnion > &&value)
virtual const char * GetServiceRequestName() const override
ModifyRedshiftIdcApplicationRequest & WithIdcDisplayName(const char *value)
void SetServiceIntegrations(const Aws::Vector< ServiceIntegrationsUnion > &value)
const Aws::String & GetIdcDisplayName() const
ModifyRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationArn(Aws::String &&value)
ModifyRedshiftIdcApplicationRequest & WithIamRoleArn(const Aws::String &value)
void SetIdentityNamespace(const char *value)
void SetIdcDisplayName(const char *value)
void SetIamRoleArn(const Aws::String &value)
bool IdentityNamespaceHasBeenSet() const
ModifyRedshiftIdcApplicationRequest & AddServiceIntegrations(ServiceIntegrationsUnion &&value)
ModifyRedshiftIdcApplicationRequest & WithIdcDisplayName(const Aws::String &value)
void SetRedshiftIdcApplicationArn(const char *value)
ModifyRedshiftIdcApplicationRequest & WithIdentityNamespace(Aws::String &&value)
const Aws::Vector< ServiceIntegrationsUnion > & GetServiceIntegrations() const
ModifyRedshiftIdcApplicationRequest & AddServiceIntegrations(const ServiceIntegrationsUnion &value)
ModifyRedshiftIdcApplicationRequest & WithIamRoleArn(const char *value)
void SetServiceIntegrations(Aws::Vector< ServiceIntegrationsUnion > &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetIdcDisplayName(Aws::String &&value)
bool ServiceIntegrationsHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyRedshiftIdcApplicationRequest & AddAuthorizedTokenIssuerList(const AuthorizedTokenIssuer &value)
void SetAuthorizedTokenIssuerList(const Aws::Vector< AuthorizedTokenIssuer > &value)
const Aws::String & GetRedshiftIdcApplicationArn() const
void SetIdentityNamespace(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector