@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelHandshakeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelHandshakeRequest() |
Modifier and Type | Method and Description |
---|---|
CancelHandshakeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHandshakeId()
The unique identifier (ID) of the handshake that you want to cancel.
|
int |
hashCode() |
void |
setHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelHandshakeRequest |
withHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel.
|
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 setHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
handshakeId
- The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the
ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
public String getHandshakeId()
The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
public CancelHandshakeRequest withHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
handshakeId
- The unique identifier (ID) of the handshake that you want to cancel. You can get the ID from the
ListHandshakesForOrganization operation.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lower-case letters or digits.
public String toString()
toString
in class Object
Object.toString()
public CancelHandshakeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.