@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEventConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventConfigurationsResult |
addEventConfigurationsEntry(String key,
Configuration value)
Add a single EventConfigurations entry
|
DescribeEventConfigurationsResult |
clearEventConfigurationsEntries()
Removes all the entries added into EventConfigurations.
|
DescribeEventConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The creation date of the event configuration.
|
Map<String,Configuration> |
getEventConfigurations()
The event configurations.
|
Date |
getLastModifiedDate()
The date the event configurations were last modified.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The creation date of the event configuration.
|
void |
setEventConfigurations(Map<String,Configuration> eventConfigurations)
The event configurations.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date the event configurations were last modified.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEventConfigurationsResult |
withCreationDate(Date creationDate)
The creation date of the event configuration.
|
DescribeEventConfigurationsResult |
withEventConfigurations(Map<String,Configuration> eventConfigurations)
The event configurations.
|
DescribeEventConfigurationsResult |
withLastModifiedDate(Date lastModifiedDate)
The date the event configurations were last modified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,Configuration> getEventConfigurations()
The event configurations.
public void setEventConfigurations(Map<String,Configuration> eventConfigurations)
The event configurations.
eventConfigurations
- The event configurations.public DescribeEventConfigurationsResult withEventConfigurations(Map<String,Configuration> eventConfigurations)
The event configurations.
eventConfigurations
- The event configurations.public DescribeEventConfigurationsResult addEventConfigurationsEntry(String key, Configuration value)
public DescribeEventConfigurationsResult clearEventConfigurationsEntries()
public void setCreationDate(Date creationDate)
The creation date of the event configuration.
creationDate
- The creation date of the event configuration.public Date getCreationDate()
The creation date of the event configuration.
public DescribeEventConfigurationsResult withCreationDate(Date creationDate)
The creation date of the event configuration.
creationDate
- The creation date of the event configuration.public void setLastModifiedDate(Date lastModifiedDate)
The date the event configurations were last modified.
lastModifiedDate
- The date the event configurations were last modified.public Date getLastModifiedDate()
The date the event configurations were last modified.
public DescribeEventConfigurationsResult withLastModifiedDate(Date lastModifiedDate)
The date the event configurations were last modified.
lastModifiedDate
- The date the event configurations were last modified.public String toString()
toString
in class Object
Object.toString()
public DescribeEventConfigurationsResult clone()