public class CopyDBParameterGroupRequest extends AmazonWebServiceRequest implements Serializable
CopyDBParameterGroup operation.
Copies the specified DBParameterGroup.
NOOP| Constructor and Description |
|---|
CopyDBParameterGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSourceDBParameterGroupIdentifier()
The identifier or ARN for the source DB Parameter Group.
|
List<Tag> |
getTags()
A list of tags.
|
String |
getTargetDBParameterGroupDescription()
The description for the copied DB Parameter Group.
|
String |
getTargetDBParameterGroupIdentifier()
The identifier for the copied DB Parameter Group.
|
int |
hashCode() |
void |
setSourceDBParameterGroupIdentifier(String sourceDBParameterGroupIdentifier)
The identifier or ARN for the source DB Parameter Group.
|
void |
setTags(Collection<Tag> tags)
A list of tags.
|
void |
setTargetDBParameterGroupDescription(String targetDBParameterGroupDescription)
The description for the copied DB Parameter Group.
|
void |
setTargetDBParameterGroupIdentifier(String targetDBParameterGroupIdentifier)
The identifier for the copied DB Parameter Group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CopyDBParameterGroupRequest |
withSourceDBParameterGroupIdentifier(String sourceDBParameterGroupIdentifier)
The identifier or ARN for the source DB Parameter Group.
|
CopyDBParameterGroupRequest |
withTags(Collection<Tag> tags)
A list of tags.
|
CopyDBParameterGroupRequest |
withTags(Tag... tags)
A list of tags.
|
CopyDBParameterGroupRequest |
withTargetDBParameterGroupDescription(String targetDBParameterGroupDescription)
The description for the copied DB Parameter Group.
|
CopyDBParameterGroupRequest |
withTargetDBParameterGroupIdentifier(String targetDBParameterGroupIdentifier)
The identifier for the copied DB Parameter Group.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getSourceDBParameterGroupIdentifier()
Constraints:
Example: my-db-param-group
Example:
arn:aws:rds:us-west-2:123456789012:pg:special-parameters
Constraints:
Example: my-db-param-group
Example:
arn:aws:rds:us-west-2:123456789012:pg:special-parameters
public void setSourceDBParameterGroupIdentifier(String sourceDBParameterGroupIdentifier)
Constraints:
Example: my-db-param-group
Example:
arn:aws:rds:us-west-2:123456789012:pg:special-parameters
sourceDBParameterGroupIdentifier - The identifier or ARN for the source DB Parameter Group.
Constraints:
Example: my-db-param-group
Example:
arn:aws:rds:us-west-2:123456789012:pg:special-parameters
public CopyDBParameterGroupRequest withSourceDBParameterGroupIdentifier(String sourceDBParameterGroupIdentifier)
Constraints:
Example: my-db-param-group
Example:
arn:aws:rds:us-west-2:123456789012:pg:special-parameters
Returns a reference to this object so that method calls can be chained together.
sourceDBParameterGroupIdentifier - The identifier or ARN for the source DB Parameter Group.
Constraints:
Example: my-db-param-group
Example:
arn:aws:rds:us-west-2:123456789012:pg:special-parameters
public String getTargetDBParameterGroupIdentifier()
Constraints:
Example:
my-db-parameter-group
Constraints:
Example:
my-db-parameter-group
public void setTargetDBParameterGroupIdentifier(String targetDBParameterGroupIdentifier)
Constraints:
Example:
my-db-parameter-group
targetDBParameterGroupIdentifier - The identifier for the copied DB Parameter Group. Constraints:
Example:
my-db-parameter-group
public CopyDBParameterGroupRequest withTargetDBParameterGroupIdentifier(String targetDBParameterGroupIdentifier)
Constraints:
Example:
my-db-parameter-group
Returns a reference to this object so that method calls can be chained together.
targetDBParameterGroupIdentifier - The identifier for the copied DB Parameter Group. Constraints:
Example:
my-db-parameter-group
public String getTargetDBParameterGroupDescription()
public void setTargetDBParameterGroupDescription(String targetDBParameterGroupDescription)
targetDBParameterGroupDescription - The description for the copied DB Parameter Group.public CopyDBParameterGroupRequest withTargetDBParameterGroupDescription(String targetDBParameterGroupDescription)
Returns a reference to this object so that method calls can be chained together.
targetDBParameterGroupDescription - The description for the copied DB Parameter Group.public void setTags(Collection<Tag> tags)
tags - A list of tags.public CopyDBParameterGroupRequest withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags.public CopyDBParameterGroupRequest withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags - A list of tags.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.