@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of the connection.
|
String |
getGlobalNetworkId()
The ID of the global network.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection.
|
void |
setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
String |
toString()
Returns a string representation of this object.
|
DeleteConnectionRequest |
withConnectionId(String connectionId)
The ID of the connection.
|
DeleteConnectionRequest |
withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
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 setGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public String getGlobalNetworkId()
The ID of the global network.
public DeleteConnectionRequest withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId
- The ID of the global network.public void setConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public String getConnectionId()
The ID of the connection.
public DeleteConnectionRequest withConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public String toString()
toString
in class Object
Object.toString()
public DeleteConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()