@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBClusterEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDBClusterEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDBClusterEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBClusterEndpointIdentifier()
The identifier associated with the custom endpoint.
|
int |
hashCode() |
void |
setDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the custom endpoint.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDBClusterEndpointRequest |
withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the custom endpoint.
|
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, withSdkRequestTimeoutpublic void setDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
dBClusterEndpointIdentifier - The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.public String getDBClusterEndpointIdentifier()
The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
public DeleteDBClusterEndpointRequest withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
dBClusterEndpointIdentifier - The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.public String toString()
toString in class ObjectObject.toString()public DeleteDBClusterEndpointRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()