7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/SnapshotJobResultErrorInfo.h>
11#include <aws/quicksight/model/SnapshotS3DestinationConfiguration.h>
47 template <
typename S3DestinationConfigurationT = SnapshotS3DestinationConfiguration>
49 m_s3DestinationConfigurationHasBeenSet =
true;
50 m_s3DestinationConfiguration = std::forward<S3DestinationConfigurationT>(value);
52 template <
typename S3DestinationConfigurationT = SnapshotS3DestinationConfiguration>
65 template <
typename S3UriT = Aws::String>
67 m_s3UriHasBeenSet =
true;
68 m_s3Uri = std::forward<S3UriT>(value);
70 template <
typename S3UriT = Aws::String>
72 SetS3Uri(std::forward<S3UriT>(value));
84 template <
typename ErrorInfoT = Aws::Vector<SnapshotJobResultErrorInfo>>
86 m_errorInfoHasBeenSet =
true;
87 m_errorInfo = std::forward<ErrorInfoT>(value);
89 template <
typename ErrorInfoT = Aws::Vector<SnapshotJobResultErrorInfo>>
94 template <
typename ErrorInfoT = SnapshotJobResultErrorInfo>
96 m_errorInfoHasBeenSet =
true;
97 m_errorInfo.emplace_back(std::forward<ErrorInfoT>(value));
107 bool m_s3DestinationConfigurationHasBeenSet =
false;
108 bool m_s3UriHasBeenSet =
false;
109 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