@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RejectInboundConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the request parameters to the RejectInboundConnection
operation.
NOOP
Constructor and Description |
---|
RejectInboundConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
RejectInboundConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The unique identifier of the inbound connection to reject.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The unique identifier of the inbound connection to reject.
|
String |
toString()
Returns a string representation of this object.
|
RejectInboundConnectionRequest |
withConnectionId(String connectionId)
The unique identifier of the inbound connection to reject.
|
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 setConnectionId(String connectionId)
The unique identifier of the inbound connection to reject.
connectionId
- The unique identifier of the inbound connection to reject.public String getConnectionId()
The unique identifier of the inbound connection to reject.
public RejectInboundConnectionRequest withConnectionId(String connectionId)
The unique identifier of the inbound connection to reject.
connectionId
- The unique identifier of the inbound connection to reject.public String toString()
toString
in class Object
Object.toString()
public RejectInboundConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()