public class CreateDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBClusterParameterGroupName
The name of the DB cluster parameter group.
|
private java.lang.String |
dBParameterGroupFamily
The DB cluster parameter group family name.
|
private java.lang.String |
description
The description for the DB cluster parameter group.
|
private SdkInternalList<Tag> |
tags |
NOOP
Constructor and Description |
---|
CreateDBClusterParameterGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterParameterGroupRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
|
java.lang.String |
getDBParameterGroupFamily()
The DB cluster parameter group family name.
|
java.lang.String |
getDescription()
The description for the DB cluster parameter group.
|
java.util.List<Tag> |
getTags() |
int |
hashCode() |
void |
setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
void |
setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
The DB cluster parameter group family name.
|
void |
setDescription(java.lang.String description)
The description for the DB cluster parameter group.
|
void |
setTags(java.util.Collection<Tag> tags) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDBClusterParameterGroupRequest |
withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
CreateDBClusterParameterGroupRequest |
withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
The DB cluster parameter group family name.
|
CreateDBClusterParameterGroupRequest |
withDescription(java.lang.String description)
The description for the DB cluster parameter group.
|
CreateDBClusterParameterGroupRequest |
withTags(java.util.Collection<Tag> tags) |
CreateDBClusterParameterGroupRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String dBClusterParameterGroupName
The name of the DB cluster parameter group.
Constraints:
private java.lang.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.
private java.lang.String description
The description for the DB cluster parameter group.
private SdkInternalList<Tag> tags
public CreateDBClusterParameterGroupRequest()
public void setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
dBClusterParameterGroupName
- The name of the DB cluster parameter group.
Constraints:
public java.lang.String getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
Constraints:
Constraints:
public CreateDBClusterParameterGroupRequest withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
dBClusterParameterGroupName
- The name of the DB cluster parameter group.
Constraints:
public void setDBParameterGroupFamily(java.lang.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 java.lang.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(java.lang.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(java.lang.String description)
The description for the DB cluster parameter group.
description
- The description for the DB cluster parameter group.public java.lang.String getDescription()
The description for the DB cluster parameter group.
public CreateDBClusterParameterGroupRequest withDescription(java.lang.String description)
The description for the DB cluster parameter group.
description
- The description for the DB cluster parameter group.public java.util.List<Tag> getTags()
public void setTags(java.util.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(java.util.Collection<Tag> tags)
tags
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateDBClusterParameterGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()