@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() |
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, copyBaseTo, 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()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.