7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSightRequest.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DataSourceCredentials.h>
11#include <aws/quicksight/model/DataSourceParameters.h>
12#include <aws/quicksight/model/SslProperties.h>
13#include <aws/quicksight/model/VpcConnectionProperties.h>
41 template <
typename AwsAccountIdT = Aws::String>
43 m_awsAccountIdHasBeenSet =
true;
44 m_awsAccountId = std::forward<AwsAccountIdT>(value);
46 template <
typename AwsAccountIdT = Aws::String>
60 template <
typename DataSourceIdT = Aws::String>
62 m_dataSourceIdHasBeenSet =
true;
63 m_dataSourceId = std::forward<DataSourceIdT>(value);
65 template <
typename DataSourceIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
97 template <
typename DataSourceParametersT = DataSourceParameters>
99 m_dataSourceParametersHasBeenSet =
true;
100 m_dataSourceParameters = std::forward<DataSourceParametersT>(value);
102 template <
typename DataSourceParametersT = DataSourceParameters>
117 template <
typename CredentialsT = DataSourceCredentials>
119 m_credentialsHasBeenSet =
true;
120 m_credentials = std::forward<CredentialsT>(value);
122 template <
typename CredentialsT = DataSourceCredentials>
136 template <
typename VpcConnectionPropertiesT = VpcConnectionProperties>
138 m_vpcConnectionPropertiesHasBeenSet =
true;
139 m_vpcConnectionProperties = std::forward<VpcConnectionPropertiesT>(value);
141 template <
typename VpcConnectionPropertiesT = VpcConnectionProperties>
155 template <
typename SslPropertiesT = SslProperties>
157 m_sslPropertiesHasBeenSet =
true;
158 m_sslProperties = std::forward<SslPropertiesT>(value);
160 template <
typename SslPropertiesT = SslProperties>
180 bool m_awsAccountIdHasBeenSet =
false;
181 bool m_dataSourceIdHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
183 bool m_dataSourceParametersHasBeenSet =
false;
184 bool m_credentialsHasBeenSet =
false;
185 bool m_vpcConnectionPropertiesHasBeenSet =
false;
186 bool m_sslPropertiesHasBeenSet =
false;
bool VpcConnectionPropertiesHasBeenSet() const
void SetDataSourceParameters(DataSourceParametersT &&value)
const SslProperties & GetSslProperties() const
UpdateDataSourceRequest & WithAwsAccountId(AwsAccountIdT &&value)
const DataSourceCredentials & GetCredentials() const
AWS_QUICKSIGHT_API Aws::String SerializePayload() const override
void SetVpcConnectionProperties(VpcConnectionPropertiesT &&value)
UpdateDataSourceRequest & WithVpcConnectionProperties(VpcConnectionPropertiesT &&value)
void SetCredentials(CredentialsT &&value)
UpdateDataSourceRequest & WithDataSourceParameters(DataSourceParametersT &&value)
bool CredentialsHasBeenSet() const
UpdateDataSourceRequest & WithSslProperties(SslPropertiesT &&value)
bool DataSourceIdHasBeenSet() const
AWS_QUICKSIGHT_API UpdateDataSourceRequest()=default
void SetAwsAccountId(AwsAccountIdT &&value)
void SetSslProperties(SslPropertiesT &&value)
bool NameHasBeenSet() const
UpdateDataSourceRequest & WithCredentials(CredentialsT &&value)
const DataSourceParameters & GetDataSourceParameters() const
const Aws::String & GetName() const
const Aws::String & GetAwsAccountId() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool SslPropertiesHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
const VpcConnectionProperties & GetVpcConnectionProperties() const
UpdateDataSourceRequest & WithName(NameT &&value)
bool DataSourceParametersHasBeenSet() const
void SetDataSourceId(DataSourceIdT &&value)
UpdateDataSourceRequest & WithDataSourceId(DataSourceIdT &&value)
const Aws::String & GetDataSourceId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String