@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableFullControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
EnableFullControlResult() |
| Modifier and Type | Method and Description |
|---|---|
EnableFullControlResult |
clone() |
boolean |
equals(Object obj) |
Handshake |
getHandshake()
A structure that contains details about the handshake created to support this request to migrate to full-control
mode.
|
int |
hashCode() |
void |
setHandshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to migrate to full-control
mode.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EnableFullControlResult |
withHandshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to migrate to full-control
mode.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHandshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to migrate to full-control mode.
handshake - A structure that contains details about the handshake created to support this request to migrate to
full-control mode.public Handshake getHandshake()
A structure that contains details about the handshake created to support this request to migrate to full-control mode.
public EnableFullControlResult withHandshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to migrate to full-control mode.
handshake - A structure that contains details about the handshake created to support this request to migrate to
full-control mode.public String toString()
toString in class ObjectObject.toString()public EnableFullControlResult clone()
Copyright © 2017. All rights reserved.