@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; useful for testing and debugging.
|
AcceptHandshakeResult |
withHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public AcceptHandshakeResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.