7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/redshift/RedshiftRequest.h>
10#include <aws/redshift/Redshift_EXPORTS.h>
11#include <aws/redshift/model/ApplicationType.h>
12#include <aws/redshift/model/AuthorizedTokenIssuer.h>
13#include <aws/redshift/model/ServiceIntegrationsUnion.h>
14#include <aws/redshift/model/Tag.h>
47 template <
typename IdcInstanceArnT = Aws::String>
49 m_idcInstanceArnHasBeenSet =
true;
50 m_idcInstanceArn = std::forward<IdcInstanceArnT>(value);
52 template <
typename IdcInstanceArnT = Aws::String>
65 template <
typename RedshiftIdcApplicationNameT = Aws::String>
67 m_redshiftIdcApplicationNameHasBeenSet =
true;
68 m_redshiftIdcApplicationName = std::forward<RedshiftIdcApplicationNameT>(value);
70 template <
typename RedshiftIdcApplicationNameT = Aws::String>
85 template <
typename IdentityNamespaceT = Aws::String>
87 m_identityNamespaceHasBeenSet =
true;
88 m_identityNamespace = std::forward<IdentityNamespaceT>(value);
90 template <
typename IdentityNamespaceT = Aws::String>
104 template <
typename IdcDisplayNameT = Aws::String>
106 m_idcDisplayNameHasBeenSet =
true;
107 m_idcDisplayName = std::forward<IdcDisplayNameT>(value);
109 template <
typename IdcDisplayNameT = Aws::String>
124 template <
typename IamRoleArnT = Aws::String>
126 m_iamRoleArnHasBeenSet =
true;
127 m_iamRoleArn = std::forward<IamRoleArnT>(value);
129 template <
typename IamRoleArnT = Aws::String>
143 template <
typename AuthorizedTokenIssuerListT = Aws::Vector<AuthorizedTokenIssuer>>
145 m_authorizedTokenIssuerListHasBeenSet =
true;
146 m_authorizedTokenIssuerList = std::forward<AuthorizedTokenIssuerListT>(value);
148 template <
typename AuthorizedTokenIssuerListT = Aws::Vector<AuthorizedTokenIssuer>>
153 template <
typename AuthorizedTokenIssuerListT = AuthorizedTokenIssuer>
155 m_authorizedTokenIssuerListHasBeenSet =
true;
156 m_authorizedTokenIssuerList.emplace_back(std::forward<AuthorizedTokenIssuerListT>(value));
168 template <
typename ServiceIntegrationsT = Aws::Vector<ServiceIntegrationsUnion>>
170 m_serviceIntegrationsHasBeenSet =
true;
171 m_serviceIntegrations = std::forward<ServiceIntegrationsT>(value);
173 template <
typename ServiceIntegrationsT = Aws::Vector<ServiceIntegrationsUnion>>
178 template <
typename ServiceIntegrationsT = ServiceIntegrationsUnion>
180 m_serviceIntegrationsHasBeenSet =
true;
181 m_serviceIntegrations.emplace_back(std::forward<ServiceIntegrationsT>(value));
195 m_applicationTypeHasBeenSet =
true;
196 m_applicationType = value;
210 template <
typename TagsT = Aws::Vector<Tag>>
212 m_tagsHasBeenSet =
true;
213 m_tags = std::forward<TagsT>(value);
215 template <
typename TagsT = Aws::Vector<Tag>>
217 SetTags(std::forward<TagsT>(value));
220 template <
typename TagsT = Tag>
222 m_tagsHasBeenSet =
true;
223 m_tags.emplace_back(std::forward<TagsT>(value));
236 template <
typename SsoTagKeysT = Aws::Vector<Aws::String>>
238 m_ssoTagKeysHasBeenSet =
true;
239 m_ssoTagKeys = std::forward<SsoTagKeysT>(value);
241 template <
typename SsoTagKeysT = Aws::Vector<Aws::String>>
246 template <
typename SsoTagKeysT = Aws::String>
248 m_ssoTagKeysHasBeenSet =
true;
249 m_ssoTagKeys.emplace_back(std::forward<SsoTagKeysT>(value));
273 bool m_idcInstanceArnHasBeenSet =
false;
274 bool m_redshiftIdcApplicationNameHasBeenSet =
false;
275 bool m_identityNamespaceHasBeenSet =
false;
276 bool m_idcDisplayNameHasBeenSet =
false;
277 bool m_iamRoleArnHasBeenSet =
false;
278 bool m_authorizedTokenIssuerListHasBeenSet =
false;
279 bool m_serviceIntegrationsHasBeenSet =
false;
280 bool m_applicationTypeHasBeenSet =
false;
281 bool m_tagsHasBeenSet =
false;
282 bool m_ssoTagKeysHasBeenSet =
false;
CreateRedshiftIdcApplicationRequest & WithTags(TagsT &&value)
CreateRedshiftIdcApplicationRequest & WithAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT &&value)
void SetIdcInstanceArn(IdcInstanceArnT &&value)
AWS_REDSHIFT_API CreateRedshiftIdcApplicationRequest()=default
void SetTags(TagsT &&value)
CreateRedshiftIdcApplicationRequest & WithIdcDisplayName(IdcDisplayNameT &&value)
const Aws::String & GetIdcInstanceArn() const
AWS_REDSHIFT_API Aws::String SerializePayload() const override
const Aws::String & GetIdcDisplayName() const
bool IdcDisplayNameHasBeenSet() const
bool ApplicationTypeHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetRedshiftIdcApplicationName() const
CreateRedshiftIdcApplicationRequest & AddTags(TagsT &&value)
void SetRedshiftIdcApplicationName(RedshiftIdcApplicationNameT &&value)
CreateRedshiftIdcApplicationRequest & WithIdcInstanceArn(IdcInstanceArnT &&value)
bool TagsHasBeenSet() const
CreateRedshiftIdcApplicationRequest & WithIdentityNamespace(IdentityNamespaceT &&value)
bool IdentityNamespaceHasBeenSet() const
const Aws::Vector< Aws::String > & GetSsoTagKeys() const
CreateRedshiftIdcApplicationRequest & AddServiceIntegrations(ServiceIntegrationsT &&value)
const Aws::String & GetIamRoleArn() const
void SetAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT &&value)
CreateRedshiftIdcApplicationRequest & WithSsoTagKeys(SsoTagKeysT &&value)
CreateRedshiftIdcApplicationRequest & AddSsoTagKeys(SsoTagKeysT &&value)
const Aws::Vector< ServiceIntegrationsUnion > & GetServiceIntegrations() const
CreateRedshiftIdcApplicationRequest & WithIamRoleArn(IamRoleArnT &&value)
void SetIdcDisplayName(IdcDisplayNameT &&value)
void SetSsoTagKeys(SsoTagKeysT &&value)
bool IamRoleArnHasBeenSet() const
ApplicationType GetApplicationType() const
const Aws::Vector< AuthorizedTokenIssuer > & GetAuthorizedTokenIssuerList() const
AWS_REDSHIFT_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
void SetApplicationType(ApplicationType value)
void SetIamRoleArn(IamRoleArnT &&value)
CreateRedshiftIdcApplicationRequest & WithApplicationType(ApplicationType value)
const Aws::String & GetIdentityNamespace() const
bool IdcInstanceArnHasBeenSet() const
void SetIdentityNamespace(IdentityNamespaceT &&value)
bool RedshiftIdcApplicationNameHasBeenSet() const
bool AuthorizedTokenIssuerListHasBeenSet() const
bool ServiceIntegrationsHasBeenSet() const
CreateRedshiftIdcApplicationRequest & WithServiceIntegrations(ServiceIntegrationsT &&value)
void SetServiceIntegrations(ServiceIntegrationsT &&value)
bool SsoTagKeysHasBeenSet() const
CreateRedshiftIdcApplicationRequest & WithRedshiftIdcApplicationName(RedshiftIdcApplicationNameT &&value)
CreateRedshiftIdcApplicationRequest & AddAuthorizedTokenIssuerList(AuthorizedTokenIssuerListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector