@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEventConfigurationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEventConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<EventConfigurationItem> |
getEventConfigurationsList()
Event configurations of all events for a single resource.
|
String |
getNextToken()
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
int |
hashCode() |
void |
setEventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
|
void |
setNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
String |
toString()
Returns a string representation of this object.
|
ListEventConfigurationsResult |
withEventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResult |
withEventConfigurationsList(EventConfigurationItem... eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResult |
withNextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.public String getNextToken()
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken value from a previous response; otherwise
null to receive the first set of results.public ListEventConfigurationsResult withNextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.public List<EventConfigurationItem> getEventConfigurationsList()
Event configurations of all events for a single resource.
public void setEventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
eventConfigurationsList - Event configurations of all events for a single resource.public ListEventConfigurationsResult withEventConfigurationsList(EventConfigurationItem... eventConfigurationsList)
Event configurations of all events for a single resource.
NOTE: This method appends the values to the existing list (if any). Use
setEventConfigurationsList(java.util.Collection) or
withEventConfigurationsList(java.util.Collection) if you want to override the existing values.
eventConfigurationsList - Event configurations of all events for a single resource.public ListEventConfigurationsResult withEventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
eventConfigurationsList - Event configurations of all events for a single resource.public String toString()
toString in class ObjectObject.toString()public ListEventConfigurationsResult clone()
Copyright © 2022. All rights reserved.