7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/SnapshotS3DestinationConfiguration.h>
50 template<
typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
51 void SetS3Destinations(S3DestinationsT&& value) { m_s3DestinationsHasBeenSet =
true; m_s3Destinations = std::forward<S3DestinationsT>(value); }
52 template<
typename S3DestinationsT = Aws::Vector<SnapshotS3DestinationConfiguration>>
54 template<
typename S3DestinationsT = SnapshotS3DestinationConfiguration>
60 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