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>
49 template<
typename RedshiftIdcApplicationArnT = Aws::String>
50 void SetRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT&& value) { m_redshiftIdcApplicationArnHasBeenSet =
true; m_redshiftIdcApplicationArn = std::forward<RedshiftIdcApplicationArnT>(value); }
51 template<
typename RedshiftIdcApplicationArnT = Aws::String>
63 template<
typename IdentityNamespaceT = Aws::String>
64 void SetIdentityNamespace(IdentityNamespaceT&& value) { m_identityNamespaceHasBeenSet =
true; m_identityNamespace = std::forward<IdentityNamespaceT>(value); }
65 template<
typename IdentityNamespaceT = Aws::String>
77 template<
typename IamRoleArnT = Aws::String>
78 void SetIamRoleArn(IamRoleArnT&& value) { m_iamRoleArnHasBeenSet =
true; m_iamRoleArn = std::forward<IamRoleArnT>(value); }
79 template<
typename IamRoleArnT = Aws::String>
90 template<
typename IdcDisplayNameT = Aws::String>
91 void SetIdcDisplayName(IdcDisplayNameT&& value) { m_idcDisplayNameHasBeenSet =
true; m_idcDisplayName = std::forward<IdcDisplayNameT>(value); }
92 template<
typename IdcDisplayNameT = Aws::String>
103 template<
typename AuthorizedTokenIssuerListT = Aws::Vector<AuthorizedTokenIssuer>>
104 void SetAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT&& value) { m_authorizedTokenIssuerListHasBeenSet =
true; m_authorizedTokenIssuerList = std::forward<AuthorizedTokenIssuerListT>(value); }
105 template<
typename AuthorizedTokenIssuerListT = Aws::Vector<AuthorizedTokenIssuer>>
107 template<
typename AuthorizedTokenIssuerListT = AuthorizedTokenIssuer>
117 template<
typename ServiceIntegrationsT = Aws::Vector<ServiceIntegrationsUnion>>
118 void SetServiceIntegrations(ServiceIntegrationsT&& value) { m_serviceIntegrationsHasBeenSet =
true; m_serviceIntegrations = std::forward<ServiceIntegrationsT>(value); }
119 template<
typename ServiceIntegrationsT = Aws::Vector<ServiceIntegrationsUnion>>
121 template<
typename ServiceIntegrationsT = ServiceIntegrationsUnion>
127 bool m_redshiftIdcApplicationArnHasBeenSet =
false;
130 bool m_identityNamespaceHasBeenSet =
false;
133 bool m_iamRoleArnHasBeenSet =
false;
136 bool m_idcDisplayNameHasBeenSet =
false;
139 bool m_authorizedTokenIssuerListHasBeenSet =
false;
142 bool m_serviceIntegrationsHasBeenSet =
false;
void SetAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT &&value)
AWS_REDSHIFT_API ModifyRedshiftIdcApplicationRequest()=default
ModifyRedshiftIdcApplicationRequest & WithIdcDisplayName(IdcDisplayNameT &&value)
const Aws::String & GetIdentityNamespace() const
ModifyRedshiftIdcApplicationRequest & WithIamRoleArn(IamRoleArnT &&value)
ModifyRedshiftIdcApplicationRequest & AddAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT &&value)
const Aws::String & GetIamRoleArn() const
void SetRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT &&value)
bool RedshiftIdcApplicationArnHasBeenSet() const
bool AuthorizedTokenIssuerListHasBeenSet() const
bool IamRoleArnHasBeenSet() const
bool IdcDisplayNameHasBeenSet() const
ModifyRedshiftIdcApplicationRequest & WithServiceIntegrations(ServiceIntegrationsT &&value)
ModifyRedshiftIdcApplicationRequest & WithAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT &&value)
const Aws::Vector< AuthorizedTokenIssuer > & GetAuthorizedTokenIssuerList() const
void SetIdentityNamespace(IdentityNamespaceT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetIdcDisplayName() const
ModifyRedshiftIdcApplicationRequest & WithIdentityNamespace(IdentityNamespaceT &&value)
ModifyRedshiftIdcApplicationRequest & AddServiceIntegrations(ServiceIntegrationsT &&value)
bool IdentityNamespaceHasBeenSet() const
void SetIdcDisplayName(IdcDisplayNameT &&value)
const Aws::Vector< ServiceIntegrationsUnion > & GetServiceIntegrations() const
void SetServiceIntegrations(ServiceIntegrationsT &&value)
AWS_REDSHIFT_API Aws::String SerializePayload() const override
ModifyRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationArn(RedshiftIdcApplicationArnT &&value)
void SetIamRoleArn(IamRoleArnT &&value)
bool ServiceIntegrationsHasBeenSet() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::String & GetRedshiftIdcApplicationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector