@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()
The status of the flag
isCrossAccountBackupEnabled . |
Date |
getLastUpdateTime()
The date and time that the flag
isCrossAccountBackupEnabled was last updated. |
int |
hashCode() |
void |
setGlobalSettings(Map<String,String> globalSettings)
The status of the flag
isCrossAccountBackupEnabled . |
void |
setLastUpdateTime(Date lastUpdateTime)
The date and time that the flag
isCrossAccountBackupEnabled was last updated. |
String |
toString()
Returns a string representation of this object.
|
DescribeGlobalSettingsResult |
withGlobalSettings(Map<String,String> globalSettings)
The status of the flag
isCrossAccountBackupEnabled . |
DescribeGlobalSettingsResult |
withLastUpdateTime(Date lastUpdateTime)
The date and time that the flag
isCrossAccountBackupEnabled was last updated. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getGlobalSettings()
The status of the flag isCrossAccountBackupEnabled
.
isCrossAccountBackupEnabled
.public void setGlobalSettings(Map<String,String> globalSettings)
The status of the flag isCrossAccountBackupEnabled
.
globalSettings
- The status of the flag isCrossAccountBackupEnabled
.public DescribeGlobalSettingsResult withGlobalSettings(Map<String,String> globalSettings)
The status of the flag isCrossAccountBackupEnabled
.
globalSettings
- The status of the flag isCrossAccountBackupEnabled
.public DescribeGlobalSettingsResult addGlobalSettingsEntry(String key, String value)
public DescribeGlobalSettingsResult clearGlobalSettingsEntries()
public void setLastUpdateTime(Date lastUpdateTime)
The date and time that the flag isCrossAccountBackupEnabled
was 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 flag isCrossAccountBackupEnabled
was 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 flag isCrossAccountBackupEnabled
was 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.
isCrossAccountBackupEnabled
was 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 DescribeGlobalSettingsResult withLastUpdateTime(Date lastUpdateTime)
The date and time that the flag isCrossAccountBackupEnabled
was 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 flag isCrossAccountBackupEnabled
was 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()