7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SnapshotS3DestinationConfiguration.h>
44 template <
typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
46 m_s3DestinationsHasBeenSet =
true;
47 m_s3Destinations = std::forward<S3DestinationsT>(value);
49 template <
typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
54 template <
typename S3DestinationsT = SnapshotS3DestinationConfiguration>
56 m_s3DestinationsHasBeenSet =
true;
57 m_s3Destinations.emplace_back(std::forward<S3DestinationsT>(value));
63 bool m_s3DestinationsHasBeenSet =
false;
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3Destinations(S3DestinationsT &&value)
const Aws::Vector< SnapshotS3DestinationConfiguration > & GetS3Destinations() const
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration()=default
SnapshotDestinationConfiguration & AddS3Destinations(S3DestinationsT &&value)
bool S3DestinationsHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SnapshotDestinationConfiguration & WithS3Destinations(S3DestinationsT &&value)
AWS_QUICKSIGHT_API SnapshotDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue