/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the configuration of the dashboard snapshot.See
* Also:
AWS
* API Reference
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A list of SnapshotJobResultFileGroup
objects that contain
* information about the snapshot that is generated. This list can hold a maximum
* of 6 FileGroup
configurations.
A structure that contains information on the Amazon S3 bucket that the * generated snapshot is stored in.
*/ inline const SnapshotDestinationConfiguration& GetDestinationConfiguration() const{ return m_destinationConfiguration; } /** *A structure that contains information on the Amazon S3 bucket that the * generated snapshot is stored in.
*/ inline bool DestinationConfigurationHasBeenSet() const { return m_destinationConfigurationHasBeenSet; } /** *A structure that contains information on the Amazon S3 bucket that the * generated snapshot is stored in.
*/ inline void SetDestinationConfiguration(const SnapshotDestinationConfiguration& value) { m_destinationConfigurationHasBeenSet = true; m_destinationConfiguration = value; } /** *A structure that contains information on the Amazon S3 bucket that the * generated snapshot is stored in.
*/ inline void SetDestinationConfiguration(SnapshotDestinationConfiguration&& value) { m_destinationConfigurationHasBeenSet = true; m_destinationConfiguration = std::move(value); } /** *A structure that contains information on the Amazon S3 bucket that the * generated snapshot is stored in.
*/ inline SnapshotConfiguration& WithDestinationConfiguration(const SnapshotDestinationConfiguration& value) { SetDestinationConfiguration(value); return *this;} /** *A structure that contains information on the Amazon S3 bucket that the * generated snapshot is stored in.
*/ inline SnapshotConfiguration& WithDestinationConfiguration(SnapshotDestinationConfiguration&& value) { SetDestinationConfiguration(std::move(value)); return *this;} inline const Parameters& GetParameters() const{ return m_parameters; } inline bool ParametersHasBeenSet() const { return m_parametersHasBeenSet; } inline void SetParameters(const Parameters& value) { m_parametersHasBeenSet = true; m_parameters = value; } inline void SetParameters(Parameters&& value) { m_parametersHasBeenSet = true; m_parameters = std::move(value); } inline SnapshotConfiguration& WithParameters(const Parameters& value) { SetParameters(value); return *this;} inline SnapshotConfiguration& WithParameters(Parameters&& value) { SetParameters(std::move(value)); return *this;} private: Aws::Vector