@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEventConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEventConfigurationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults() |
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. |
String |
getResourceType()
Resource type to filter event configurations.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults) |
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. |
void |
setResourceType(String resourceType)
Resource type to filter event configurations.
|
String |
toString()
Returns a string representation of this object.
|
ListEventConfigurationsRequest |
withMaxResults(Integer maxResults) |
ListEventConfigurationsRequest |
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. |
ListEventConfigurationsRequest |
withResourceType(EventNotificationResourceType resourceType)
Resource type to filter event configurations.
|
ListEventConfigurationsRequest |
withResourceType(String resourceType)
Resource type to filter event configurations.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setResourceType(String resourceType)
Resource type to filter event configurations.
resourceType - Resource type to filter event configurations.EventNotificationResourceTypepublic String getResourceType()
Resource type to filter event configurations.
EventNotificationResourceTypepublic ListEventConfigurationsRequest withResourceType(String resourceType)
Resource type to filter event configurations.
resourceType - Resource type to filter event configurations.EventNotificationResourceTypepublic ListEventConfigurationsRequest withResourceType(EventNotificationResourceType resourceType)
Resource type to filter event configurations.
resourceType - Resource type to filter event configurations.EventNotificationResourceTypepublic void setMaxResults(Integer maxResults)
maxResults - public Integer getMaxResults()
public ListEventConfigurationsRequest withMaxResults(Integer maxResults)
maxResults - public 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 ListEventConfigurationsRequest 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 String toString()
toString in class ObjectObject.toString()public ListEventConfigurationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.