@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGlobalSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeGlobalSettingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeGlobalSettingsResult |
addGlobalSettingsEntry(String key,
String value)
Add a single GlobalSettings entry
|
DescribeGlobalSettingsResult |
clearGlobalSettingsEntries()
Removes all the entries added into GlobalSettings.
|
DescribeGlobalSettingsResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getGlobalSettings()
A list of resources along with the opt-in preferences for the account.
|
Date |
getLastUpdateTime()
The date and time that the global settings were last updated.
|
int |
hashCode() |
void |
setGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The date and time that the global settings were last updated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalSettingsResult |
withGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
|
DescribeGlobalSettingsResult |
withLastUpdateTime(Date lastUpdateTime)
The date and time that the global settings were last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getGlobalSettings()
A list of resources along with the opt-in preferences for the account.
public void setGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
globalSettings
- A list of resources along with the opt-in preferences for the account.public DescribeGlobalSettingsResult withGlobalSettings(Map<String,String> globalSettings)
A list of resources along with the opt-in preferences for the account.
globalSettings
- A list of resources along with the opt-in preferences for the account.public DescribeGlobalSettingsResult addGlobalSettingsEntry(String key, String value)
public DescribeGlobalSettingsResult clearGlobalSettingsEntries()
public void setLastUpdateTime(Date lastUpdateTime)
The date and time that the global settings were last updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
lastUpdateTime
- The date and time that the global settings were last updated. This update is in Unix format and
Coordinated Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds.
For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Date getLastUpdateTime()
The date and time that the global settings were last updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
LastUpdateTime
is accurate to milliseconds.
For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public DescribeGlobalSettingsResult withLastUpdateTime(Date lastUpdateTime)
The date and time that the global settings were last updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
lastUpdateTime
- The date and time that the global settings were last updated. This update is in Unix format and
Coordinated Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds.
For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public String toString()
toString
in class Object
Object.toString()
public DescribeGlobalSettingsResult clone()