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 SetIdcInstanceArn(
const char* value) { m_idcInstanceArnHasBeenSet =
true; m_idcInstanceArn.assign(value); }
65 inline void SetRedshiftIdcApplicationName(
const char* value) { m_redshiftIdcApplicationNameHasBeenSet =
true; m_redshiftIdcApplicationName.assign(value); }
81 inline void SetIdentityNamespace(
const char* value) { m_identityNamespaceHasBeenSet =
true; m_identityNamespace.assign(value); }
96 inline void SetIdcDisplayName(
const char* value) { m_idcDisplayNameHasBeenSet =
true; m_idcDisplayName.assign(value); }
112 inline void SetIamRoleArn(
const char* value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn.assign(value); }
150 bool m_idcInstanceArnHasBeenSet =
false;
153 bool m_redshiftIdcApplicationNameHasBeenSet =
false;
156 bool m_identityNamespaceHasBeenSet =
false;
159 bool m_idcDisplayNameHasBeenSet =
false;
162 bool m_iamRoleArnHasBeenSet =
false;
165 bool m_authorizedTokenIssuerListHasBeenSet =
false;
168 bool m_serviceIntegrationsHasBeenSet =
false;
CreateRedshiftIdcApplicationRequest & AddServiceIntegrations(ServiceIntegrationsUnion &&value)
void SetIdentityNamespace(const char *value)
void SetIdcInstanceArn(Aws::String &&value)
void SetIdcInstanceArn(const Aws::String &value)
void SetIdentityNamespace(Aws::String &&value)
const Aws::String & GetIdcInstanceArn() const
void SetIdcDisplayName(Aws::String &&value)
void SetIdcDisplayName(const Aws::String &value)
CreateRedshiftIdcApplicationRequest & WithIdentityNamespace(const Aws::String &value)
CreateRedshiftIdcApplicationRequest & WithServiceIntegrations(const Aws::Vector< ServiceIntegrationsUnion > &value)
CreateRedshiftIdcApplicationRequest & AddAuthorizedTokenIssuerList(AuthorizedTokenIssuer &&value)
AWS_REDSHIFT_API CreateRedshiftIdcApplicationRequest()
AWS_REDSHIFT_API Aws::String SerializePayload() const override
void SetAuthorizedTokenIssuerList(const Aws::Vector< AuthorizedTokenIssuer > &value)
const Aws::String & GetIdcDisplayName() const
CreateRedshiftIdcApplicationRequest & WithIdcInstanceArn(const char *value)
bool IdcDisplayNameHasBeenSet() const
CreateRedshiftIdcApplicationRequest & AddServiceIntegrations(const ServiceIntegrationsUnion &value)
void SetServiceIntegrations(const Aws::Vector< ServiceIntegrationsUnion > &value)
CreateRedshiftIdcApplicationRequest & WithIdcDisplayName(const char *value)
CreateRedshiftIdcApplicationRequest & WithIdentityNamespace(const char *value)
const Aws::String & GetRedshiftIdcApplicationName() const
CreateRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationName(const Aws::String &value)
void SetAuthorizedTokenIssuerList(Aws::Vector< AuthorizedTokenIssuer > &&value)
CreateRedshiftIdcApplicationRequest & WithAuthorizedTokenIssuerList(const Aws::Vector< AuthorizedTokenIssuer > &value)
CreateRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationName(const char *value)
bool IdentityNamespaceHasBeenSet() const
const Aws::String & GetIamRoleArn() const
CreateRedshiftIdcApplicationRequest & WithServiceIntegrations(Aws::Vector< ServiceIntegrationsUnion > &&value)
void SetIamRoleArn(Aws::String &&value)
const Aws::Vector< ServiceIntegrationsUnion > & GetServiceIntegrations() const
void SetIamRoleArn(const char *value)
CreateRedshiftIdcApplicationRequest & WithIdcDisplayName(const Aws::String &value)
bool IamRoleArnHasBeenSet() const
void SetIdcInstanceArn(const char *value)
void SetRedshiftIdcApplicationName(const Aws::String &value)
void SetRedshiftIdcApplicationName(const char *value)
CreateRedshiftIdcApplicationRequest & AddAuthorizedTokenIssuerList(const AuthorizedTokenIssuer &value)
const Aws::Vector< AuthorizedTokenIssuer > & GetAuthorizedTokenIssuerList() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetIamRoleArn(const Aws::String &value)
CreateRedshiftIdcApplicationRequest & WithIdcDisplayName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
CreateRedshiftIdcApplicationRequest & WithAuthorizedTokenIssuerList(Aws::Vector< AuthorizedTokenIssuer > &&value)
const Aws::String & GetIdentityNamespace() const
CreateRedshiftIdcApplicationRequest & WithIdentityNamespace(Aws::String &&value)
bool IdcInstanceArnHasBeenSet() const
bool RedshiftIdcApplicationNameHasBeenSet() const
void SetIdentityNamespace(const Aws::String &value)
void SetServiceIntegrations(Aws::Vector< ServiceIntegrationsUnion > &&value)
bool AuthorizedTokenIssuerListHasBeenSet() const
CreateRedshiftIdcApplicationRequest & WithIamRoleArn(const char *value)
bool ServiceIntegrationsHasBeenSet() const
CreateRedshiftIdcApplicationRequest & WithIdcInstanceArn(const Aws::String &value)
CreateRedshiftIdcApplicationRequest & WithIdcInstanceArn(Aws::String &&value)
void SetIdcDisplayName(const char *value)
void SetRedshiftIdcApplicationName(Aws::String &&value)
CreateRedshiftIdcApplicationRequest & WithIamRoleArn(Aws::String &&value)
CreateRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationName(Aws::String &&value)
CreateRedshiftIdcApplicationRequest & WithIamRoleArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector