@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetSettingsResult |
clone() |
boolean |
equals(Object obj) |
Settings |
getSettings()
The settings object that holds all supported Audit Manager settings.
|
int |
hashCode() |
void |
setSettings(Settings settings)
The settings object that holds all supported Audit Manager settings.
|
String |
toString()
Returns a string representation of this object.
|
GetSettingsResult |
withSettings(Settings settings)
The settings object that holds all supported Audit Manager settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSettings(Settings settings)
The settings object that holds all supported Audit Manager settings.
settings
- The settings object that holds all supported Audit Manager settings.public Settings getSettings()
The settings object that holds all supported Audit Manager settings.
public GetSettingsResult withSettings(Settings settings)
The settings object that holds all supported Audit Manager settings.
settings
- The settings object that holds all supported Audit Manager settings.public String toString()
toString
in class Object
Object.toString()
public GetSettingsResult clone()