@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptHandshakeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AcceptHandshakeResult() |
| Modifier and Type | Method and Description |
|---|---|
AcceptHandshakeResult |
clone() |
boolean |
equals(Object obj) |
Handshake |
getHandshake()
A structure that contains details about the accepted handshake.
|
int |
hashCode() |
void |
setHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
|
String |
toString()
Returns a string representation of this object.
|
AcceptHandshakeResult |
withHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
handshake - A structure that contains details about the accepted handshake.public Handshake getHandshake()
A structure that contains details about the accepted handshake.
public AcceptHandshakeResult withHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
handshake - A structure that contains details about the accepted handshake.public String toString()
toString in class ObjectObject.toString()public AcceptHandshakeResult clone()