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