@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventCategoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEventCategoriesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEventCategoriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Filters applied to the action.
|
String |
getSourceType()
The type of AWS DMS resource that generates events.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Filters applied to the action.
|
void |
setSourceType(String sourceType)
The type of AWS DMS resource that generates events.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEventCategoriesRequest |
withFilters(Collection<Filter> filters)
Filters applied to the action.
|
DescribeEventCategoriesRequest |
withFilters(Filter... filters)
Filters applied to the action.
|
DescribeEventCategoriesRequest |
withSourceType(String sourceType)
The type of AWS DMS resource that generates events.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setSourceType(String sourceType)
The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
sourceType
- The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
public String getSourceType()
The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
Valid values: replication-instance | migration-task
public DescribeEventCategoriesRequest withSourceType(String sourceType)
The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
sourceType
- The type of AWS DMS resource that generates events.
Valid values: replication-instance | migration-task
public List<Filter> getFilters()
Filters applied to the action.
public void setFilters(Collection<Filter> filters)
Filters applied to the action.
filters
- Filters applied to the action.public DescribeEventCategoriesRequest withFilters(Filter... filters)
Filters applied to the action.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters applied to the action.public DescribeEventCategoriesRequest withFilters(Collection<Filter> filters)
Filters applied to the action.
filters
- Filters applied to the action.public String toString()
toString
in class Object
Object.toString()
public DescribeEventCategoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.