@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptInboundConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the AcceptInboundConnection
operation.
NOOP
Constructor and Description |
---|
AcceptInboundConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptInboundConnectionRequest |
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 inbound connection to accept.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the inbound connection to accept.
|
String |
toString()
Returns a string representation of this object.
|
AcceptInboundConnectionRequest |
withConnectionId(String connectionId)
The ID of the inbound connection to accept.
|
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 ID of the inbound connection to accept.
connectionId
- The ID of the inbound connection to accept.public String getConnectionId()
The ID of the inbound connection to accept.
public AcceptInboundConnectionRequest withConnectionId(String connectionId)
The ID of the inbound connection to accept.
connectionId
- The ID of the inbound connection to accept.public String toString()
toString
in class Object
Object.toString()
public AcceptInboundConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()