@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBProxyTargetGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ModifyDBProxyTargetGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ModifyDBProxyTargetGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ConnectionPoolConfiguration |
getConnectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
|
String |
getDBProxyName()
The name of the new proxy to which to assign the target group.
|
String |
getNewName()
The new name for the modified
DBProxyTarget . |
String |
getTargetGroupName()
The name of the new target group to assign to the proxy.
|
int |
hashCode() |
void |
setConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
void |
setDBProxyName(String dBProxyName)
The name of the new proxy to which to assign the target group.
|
void |
setNewName(String newName)
The new name for the modified
DBProxyTarget . |
void |
setTargetGroupName(String targetGroupName)
The name of the new target group to assign to the proxy.
|
String |
toString()
Returns a string representation of this object.
|
ModifyDBProxyTargetGroupRequest |
withConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
ModifyDBProxyTargetGroupRequest |
withDBProxyName(String dBProxyName)
The name of the new proxy to which to assign the target group.
|
ModifyDBProxyTargetGroupRequest |
withNewName(String newName)
The new name for the modified
DBProxyTarget . |
ModifyDBProxyTargetGroupRequest |
withTargetGroupName(String targetGroupName)
The name of the new target group to assign to the proxy.
|
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 void setTargetGroupName(String targetGroupName)
The name of the new target group to assign to the proxy.
targetGroupName
- The name of the new target group to assign to the proxy.public String getTargetGroupName()
The name of the new target group to assign to the proxy.
public ModifyDBProxyTargetGroupRequest withTargetGroupName(String targetGroupName)
The name of the new target group to assign to the proxy.
targetGroupName
- The name of the new target group to assign to the proxy.public void setDBProxyName(String dBProxyName)
The name of the new proxy to which to assign the target group.
dBProxyName
- The name of the new proxy to which to assign the target group.public String getDBProxyName()
The name of the new proxy to which to assign the target group.
public ModifyDBProxyTargetGroupRequest withDBProxyName(String dBProxyName)
The name of the new proxy to which to assign the target group.
dBProxyName
- The name of the new proxy to which to assign the target group.public void setConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
connectionPoolConfig
- The settings that determine the size and behavior of the connection pool for the target group.public ConnectionPoolConfiguration getConnectionPoolConfig()
The settings that determine the size and behavior of the connection pool for the target group.
public ModifyDBProxyTargetGroupRequest withConnectionPoolConfig(ConnectionPoolConfiguration connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
connectionPoolConfig
- The settings that determine the size and behavior of the connection pool for the target group.public void setNewName(String newName)
The new name for the modified DBProxyTarget
. An identifier must begin with a letter and must contain
only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
newName
- The new name for the modified DBProxyTarget
. An identifier must begin with a letter and must
contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive
hyphens.public String getNewName()
The new name for the modified DBProxyTarget
. An identifier must begin with a letter and must contain
only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
DBProxyTarget
. An identifier must begin with a letter and must
contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive
hyphens.public ModifyDBProxyTargetGroupRequest withNewName(String newName)
The new name for the modified DBProxyTarget
. An identifier must begin with a letter and must contain
only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
newName
- The new name for the modified DBProxyTarget
. An identifier must begin with a letter and must
contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive
hyphens.public String toString()
toString
in class Object
Object.toString()
public ModifyDBProxyTargetGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()