7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/SnapshotS3DestinationConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/quicksight/model/SnapshotJobResultErrorInfo.h>
53 template<
typename S3DestinationConfigurationT = SnapshotS3DestinationConfiguration>
54 void SetS3DestinationConfiguration(S3DestinationConfigurationT&& value) { m_s3DestinationConfigurationHasBeenSet =
true; m_s3DestinationConfiguration = std::forward<S3DestinationConfigurationT>(value); }
55 template<
typename S3DestinationConfigurationT = SnapshotS3DestinationConfiguration>
65 template<
typename S3UriT = Aws::String>
66 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
67 template<
typename S3UriT = Aws::String>
78 template<
typename ErrorInfoT = Aws::Vector<SnapshotJobResultErrorInfo>>
79 void SetErrorInfo(ErrorInfoT&& value) { m_errorInfoHasBeenSet =
true; m_errorInfo = std::forward<ErrorInfoT>(value); }
80 template<
typename ErrorInfoT = Aws::Vector<SnapshotJobResultErrorInfo>>
82 template<
typename ErrorInfoT = SnapshotJobResultErrorInfo>
88 bool m_s3DestinationConfigurationHasBeenSet =
false;
91 bool m_s3UriHasBeenSet =
false;
94 bool m_errorInfoHasBeenSet =
false;
SnapshotJobS3Result & WithErrorInfo(ErrorInfoT &&value)
AWS_QUICKSIGHT_API SnapshotJobS3Result()=default
const Aws::String & GetS3Uri() const
SnapshotJobS3Result & WithS3Uri(S3UriT &&value)
void SetS3Uri(S3UriT &&value)
void SetErrorInfo(ErrorInfoT &&value)
const SnapshotS3DestinationConfiguration & GetS3DestinationConfiguration() const
SnapshotJobS3Result & WithS3DestinationConfiguration(S3DestinationConfigurationT &&value)
AWS_QUICKSIGHT_API SnapshotJobS3Result(Aws::Utils::Json::JsonView jsonValue)
void SetS3DestinationConfiguration(S3DestinationConfigurationT &&value)
AWS_QUICKSIGHT_API SnapshotJobS3Result & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< SnapshotJobResultErrorInfo > & GetErrorInfo() const
SnapshotJobS3Result & AddErrorInfo(ErrorInfoT &&value)
bool S3UriHasBeenSet() const
bool S3DestinationConfigurationHasBeenSet() const
bool ErrorInfoHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue