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