@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeHandshakeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeHandshakeRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeHandshakeRequest |
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 information about.
|
int |
hashCode() |
void |
setHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want information about.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeHandshakeRequest |
withHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want information about.
|
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 information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.
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 information about. You can get the ID from the
original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or
ListHandshakesForOrganization.
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 information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.
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 DescribeHandshakeRequest withHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or ListHandshakesForOrganization.
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 information about. You can get the ID from the
original call to InviteAccountToOrganization, or from a call to ListHandshakesForAccount or
ListHandshakesForOrganization.
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 DescribeHandshakeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.