public class DescribeEventConfigurationsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeEventConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventConfigurationsResult |
addeventConfigurationsEntry(java.lang.String key,
Configuration value)
The event configurations.
|
DescribeEventConfigurationsResult |
cleareventConfigurationsEntries()
Removes all the entries added into eventConfigurations.
|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreationDate()
The creation date of the event configuration.
|
java.util.Map<java.lang.String,Configuration> |
getEventConfigurations()
The event configurations.
|
java.util.Date |
getLastModifiedDate()
The date the event configurations were last modified.
|
int |
hashCode() |
void |
setCreationDate(java.util.Date creationDate)
The creation date of the event configuration.
|
void |
setEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The event configurations.
|
void |
setLastModifiedDate(java.util.Date lastModifiedDate)
The date the event configurations were last modified.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventConfigurationsResult |
withCreationDate(java.util.Date creationDate)
The creation date of the event configuration.
|
DescribeEventConfigurationsResult |
withEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The event configurations.
|
DescribeEventConfigurationsResult |
withLastModifiedDate(java.util.Date lastModifiedDate)
The date the event configurations were last modified.
|
public java.util.Map<java.lang.String,Configuration> getEventConfigurations()
The event configurations.
The event configurations.
public void setEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The event configurations.
eventConfigurations
- The event configurations.
public DescribeEventConfigurationsResult withEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The event configurations.
Returns a reference to this object so that method calls can be chained together.
eventConfigurations
- The event configurations.
public DescribeEventConfigurationsResult addeventConfigurationsEntry(java.lang.String key, Configuration value)
The event configurations.
The method adds a new key-value pair into eventConfigurations parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into eventConfigurations.value
- The corresponding value of the entry to be added into
eventConfigurations.public DescribeEventConfigurationsResult cleareventConfigurationsEntries()
Returns a reference to this object so that method calls can be chained together.
public java.util.Date getCreationDate()
The creation date of the event configuration.
The creation date of the event configuration.
public void setCreationDate(java.util.Date creationDate)
The creation date of the event configuration.
creationDate
- The creation date of the event configuration.
public DescribeEventConfigurationsResult withCreationDate(java.util.Date creationDate)
The creation date of the event configuration.
Returns a reference to this object so that method calls can be chained together.
creationDate
- The creation date of the event configuration.
public java.util.Date getLastModifiedDate()
The date the event configurations were last modified.
The date the event configurations were last modified.
public void setLastModifiedDate(java.util.Date lastModifiedDate)
The date the event configurations were last modified.
lastModifiedDate
- The date the event configurations were last modified.
public DescribeEventConfigurationsResult withLastModifiedDate(java.util.Date lastModifiedDate)
The date the event configurations were last modified.
Returns a reference to this object so that method calls can be chained together.
lastModifiedDate
- The date the event configurations were last modified.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.