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