@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelHandshakeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelHandshakeResult() |
Modifier and Type | Method and Description |
---|---|
CancelHandshakeResult |
clone() |
boolean |
equals(Object obj) |
Handshake |
getHandshake()
A structure that contains details about the handshake that you canceled.
|
int |
hashCode() |
void |
setHandshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelHandshakeResult |
withHandshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHandshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
handshake
- A structure that contains details about the handshake that you canceled.public Handshake getHandshake()
A structure that contains details about the handshake that you canceled.
public CancelHandshakeResult withHandshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
handshake
- A structure that contains details about the handshake that you canceled.public String toString()
toString
in class Object
Object.toString()
public CancelHandshakeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.