@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
|
String |
getDBParameterGroupFamily()
The DB cluster parameter group family name.
|
String |
getDescription()
The description for the DB cluster parameter group.
|
List<Tag> |
getTags() |
int |
hashCode() |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
The DB cluster parameter group family name.
|
void |
setDescription(String description)
The description for the DB cluster parameter group.
|
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
CreateDBClusterParameterGroupRequest |
withDBParameterGroupFamily(String dBParameterGroupFamily)
The DB cluster parameter group family name.
|
CreateDBClusterParameterGroupRequest |
withDescription(String description)
The description for the DB cluster parameter group.
|
CreateDBClusterParameterGroupRequest |
withTags(Collection<Tag> tags) |
CreateDBClusterParameterGroupRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateDBClusterParameterGroupRequest()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
dBClusterParameterGroupName
- The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
public String getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
public CreateDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
dBClusterParameterGroupName
- The name of the DB cluster parameter group.
Constraints:
Must match the name of an existing DBClusterParameterGroup.
This value is stored as a lowercase string.
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
dBParameterGroupFamily
- The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and
only one DB cluster parameter group family, and can be applied only to a DB cluster running a database
engine and engine version compatible with that DB cluster parameter group family.public String getDBParameterGroupFamily()
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
public CreateDBClusterParameterGroupRequest withDBParameterGroupFamily(String dBParameterGroupFamily)
The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a database engine and engine version compatible with that DB cluster parameter group family.
dBParameterGroupFamily
- The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and
only one DB cluster parameter group family, and can be applied only to a DB cluster running a database
engine and engine version compatible with that DB cluster parameter group family.public void setDescription(String description)
The description for the DB cluster parameter group.
description
- The description for the DB cluster parameter group.public String getDescription()
The description for the DB cluster parameter group.
public CreateDBClusterParameterGroupRequest withDescription(String description)
The description for the DB cluster parameter group.
description
- The description for the DB cluster parameter group.public void setTags(Collection<Tag> tags)
tags
- public CreateDBClusterParameterGroupRequest withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- public CreateDBClusterParameterGroupRequest withTags(Collection<Tag> tags)
tags
- public String toString()
toString
in class Object
Object.toString()
public CreateDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.