public class UpdateEventConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Updates the event configurations.
Constructor and Description |
---|
UpdateEventConfigurationsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEventConfigurationsRequest |
addeventConfigurationsEntry(java.lang.String key,
Configuration value)
The new event configuration values.
|
UpdateEventConfigurationsRequest |
cleareventConfigurationsEntries()
Removes all the entries added into eventConfigurations.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,Configuration> |
getEventConfigurations()
The new event configuration values.
|
int |
hashCode() |
void |
setEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The new event configuration values.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEventConfigurationsRequest |
withEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The new event configuration values.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.Map<java.lang.String,Configuration> getEventConfigurations()
The new event configuration values.
The new event configuration values.
public void setEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The new event configuration values.
eventConfigurations
- The new event configuration values.
public UpdateEventConfigurationsRequest withEventConfigurations(java.util.Map<java.lang.String,Configuration> eventConfigurations)
The new event configuration values.
Returns a reference to this object so that method calls can be chained together.
eventConfigurations
- The new event configuration values.
public UpdateEventConfigurationsRequest addeventConfigurationsEntry(java.lang.String key, Configuration value)
The new event configuration values.
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 UpdateEventConfigurationsRequest cleareventConfigurationsEntries()
Returns a reference to this object so that method calls can be chained together.
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.