299 lines
15 KiB
C++
299 lines
15 KiB
C++
/**
|
|
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
* SPDX-License-Identifier: Apache-2.0.
|
|
*/
|
|
|
|
#pragma once
|
|
#include <aws/redshift/Redshift_EXPORTS.h>
|
|
#include <aws/redshift/RedshiftRequest.h>
|
|
#include <aws/core/utils/memory/stl/AWSString.h>
|
|
#include <utility>
|
|
|
|
namespace Aws
|
|
{
|
|
namespace Redshift
|
|
{
|
|
namespace Model
|
|
{
|
|
|
|
/**
|
|
* <p/><p><h3>See Also:</h3> <a
|
|
* href="http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CopyClusterSnapshotMessage">AWS
|
|
* API Reference</a></p>
|
|
*/
|
|
class AWS_REDSHIFT_API CopyClusterSnapshotRequest : public RedshiftRequest
|
|
{
|
|
public:
|
|
CopyClusterSnapshotRequest();
|
|
|
|
// Service request name is the Operation name which will send this request out,
|
|
// each operation should has unique request name, so that we can get operation's name from this request.
|
|
// Note: this is not true for response, multiple operations may have the same response name,
|
|
// so we can not get operation's name from response.
|
|
inline virtual const char* GetServiceRequestName() const override { return "CopyClusterSnapshot"; }
|
|
|
|
Aws::String SerializePayload() const override;
|
|
|
|
protected:
|
|
void DumpBodyToUrl(Aws::Http::URI& uri ) const override;
|
|
|
|
public:
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline const Aws::String& GetSourceSnapshotIdentifier() const{ return m_sourceSnapshotIdentifier; }
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline bool SourceSnapshotIdentifierHasBeenSet() const { return m_sourceSnapshotIdentifierHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline void SetSourceSnapshotIdentifier(const Aws::String& value) { m_sourceSnapshotIdentifierHasBeenSet = true; m_sourceSnapshotIdentifier = value; }
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline void SetSourceSnapshotIdentifier(Aws::String&& value) { m_sourceSnapshotIdentifierHasBeenSet = true; m_sourceSnapshotIdentifier = std::move(value); }
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline void SetSourceSnapshotIdentifier(const char* value) { m_sourceSnapshotIdentifierHasBeenSet = true; m_sourceSnapshotIdentifier.assign(value); }
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithSourceSnapshotIdentifier(const Aws::String& value) { SetSourceSnapshotIdentifier(value); return *this;}
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithSourceSnapshotIdentifier(Aws::String&& value) { SetSourceSnapshotIdentifier(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The identifier for the source snapshot.</p> <p>Constraints:</p> <ul> <li>
|
|
* <p>Must be the identifier for a valid automated snapshot whose state is
|
|
* <code>available</code>.</p> </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithSourceSnapshotIdentifier(const char* value) { SetSourceSnapshotIdentifier(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline const Aws::String& GetSourceSnapshotClusterIdentifier() const{ return m_sourceSnapshotClusterIdentifier; }
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline bool SourceSnapshotClusterIdentifierHasBeenSet() const { return m_sourceSnapshotClusterIdentifierHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline void SetSourceSnapshotClusterIdentifier(const Aws::String& value) { m_sourceSnapshotClusterIdentifierHasBeenSet = true; m_sourceSnapshotClusterIdentifier = value; }
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline void SetSourceSnapshotClusterIdentifier(Aws::String&& value) { m_sourceSnapshotClusterIdentifierHasBeenSet = true; m_sourceSnapshotClusterIdentifier = std::move(value); }
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline void SetSourceSnapshotClusterIdentifier(const char* value) { m_sourceSnapshotClusterIdentifierHasBeenSet = true; m_sourceSnapshotClusterIdentifier.assign(value); }
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithSourceSnapshotClusterIdentifier(const Aws::String& value) { SetSourceSnapshotClusterIdentifier(value); return *this;}
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithSourceSnapshotClusterIdentifier(Aws::String&& value) { SetSourceSnapshotClusterIdentifier(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The identifier of the cluster the source snapshot was created from. This
|
|
* parameter is required if your IAM user has a policy containing a snapshot
|
|
* resource element that specifies anything other than * for the cluster name.</p>
|
|
* <p>Constraints:</p> <ul> <li> <p>Must be the identifier for a valid cluster.</p>
|
|
* </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithSourceSnapshotClusterIdentifier(const char* value) { SetSourceSnapshotClusterIdentifier(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline const Aws::String& GetTargetSnapshotIdentifier() const{ return m_targetSnapshotIdentifier; }
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline bool TargetSnapshotIdentifierHasBeenSet() const { return m_targetSnapshotIdentifierHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline void SetTargetSnapshotIdentifier(const Aws::String& value) { m_targetSnapshotIdentifierHasBeenSet = true; m_targetSnapshotIdentifier = value; }
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline void SetTargetSnapshotIdentifier(Aws::String&& value) { m_targetSnapshotIdentifierHasBeenSet = true; m_targetSnapshotIdentifier = std::move(value); }
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline void SetTargetSnapshotIdentifier(const char* value) { m_targetSnapshotIdentifierHasBeenSet = true; m_targetSnapshotIdentifier.assign(value); }
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithTargetSnapshotIdentifier(const Aws::String& value) { SetTargetSnapshotIdentifier(value); return *this;}
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithTargetSnapshotIdentifier(Aws::String&& value) { SetTargetSnapshotIdentifier(std::move(value)); return *this;}
|
|
|
|
/**
|
|
* <p>The identifier given to the new manual snapshot.</p> <p>Constraints:</p> <ul>
|
|
* <li> <p>Cannot be null, empty, or blank.</p> </li> <li> <p>Must contain from 1
|
|
* to 255 alphanumeric characters or hyphens.</p> </li> <li> <p>First character
|
|
* must be a letter.</p> </li> <li> <p>Cannot end with a hyphen or contain two
|
|
* consecutive hyphens.</p> </li> <li> <p>Must be unique for the AWS account that
|
|
* is making the request.</p> </li> </ul>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithTargetSnapshotIdentifier(const char* value) { SetTargetSnapshotIdentifier(value); return *this;}
|
|
|
|
|
|
/**
|
|
* <p>The number of days that a manual snapshot is retained. If the value is -1,
|
|
* the manual snapshot is retained indefinitely. </p> <p>The value must be either
|
|
* -1 or an integer between 1 and 3,653.</p> <p>The default value is -1.</p>
|
|
*/
|
|
inline int GetManualSnapshotRetentionPeriod() const{ return m_manualSnapshotRetentionPeriod; }
|
|
|
|
/**
|
|
* <p>The number of days that a manual snapshot is retained. If the value is -1,
|
|
* the manual snapshot is retained indefinitely. </p> <p>The value must be either
|
|
* -1 or an integer between 1 and 3,653.</p> <p>The default value is -1.</p>
|
|
*/
|
|
inline bool ManualSnapshotRetentionPeriodHasBeenSet() const { return m_manualSnapshotRetentionPeriodHasBeenSet; }
|
|
|
|
/**
|
|
* <p>The number of days that a manual snapshot is retained. If the value is -1,
|
|
* the manual snapshot is retained indefinitely. </p> <p>The value must be either
|
|
* -1 or an integer between 1 and 3,653.</p> <p>The default value is -1.</p>
|
|
*/
|
|
inline void SetManualSnapshotRetentionPeriod(int value) { m_manualSnapshotRetentionPeriodHasBeenSet = true; m_manualSnapshotRetentionPeriod = value; }
|
|
|
|
/**
|
|
* <p>The number of days that a manual snapshot is retained. If the value is -1,
|
|
* the manual snapshot is retained indefinitely. </p> <p>The value must be either
|
|
* -1 or an integer between 1 and 3,653.</p> <p>The default value is -1.</p>
|
|
*/
|
|
inline CopyClusterSnapshotRequest& WithManualSnapshotRetentionPeriod(int value) { SetManualSnapshotRetentionPeriod(value); return *this;}
|
|
|
|
private:
|
|
|
|
Aws::String m_sourceSnapshotIdentifier;
|
|
bool m_sourceSnapshotIdentifierHasBeenSet;
|
|
|
|
Aws::String m_sourceSnapshotClusterIdentifier;
|
|
bool m_sourceSnapshotClusterIdentifierHasBeenSet;
|
|
|
|
Aws::String m_targetSnapshotIdentifier;
|
|
bool m_targetSnapshotIdentifierHasBeenSet;
|
|
|
|
int m_manualSnapshotRetentionPeriod;
|
|
bool m_manualSnapshotRetentionPeriodHasBeenSet;
|
|
};
|
|
|
|
} // namespace Model
|
|
} // namespace Redshift
|
|
} // namespace Aws
|