public class DescribeEventCategoriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeEventCategories operation
.
Displays a list of categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in the Events topic in the Amazon RDS User Guide.
NOOP
Constructor and Description |
---|
DescribeEventCategoriesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEventCategoriesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
This parameter is not currently supported.
|
String |
getSourceType()
The type of source that will be generating the events.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
void |
setSourceType(String sourceType)
The type of source that will be generating the events.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventCategoriesRequest |
withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeEventCategoriesRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeEventCategoriesRequest |
withSourceType(String sourceType)
The type of source that will be generating the events.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getSourceType()
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
public void setSourceType(String sourceType)
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
sourceType
- The type of source that will be generating the events. Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
public DescribeEventCategoriesRequest withSourceType(String sourceType)
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
Returns a reference to this object so that method calls can be chained together.
sourceType
- The type of source that will be generating the events. Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- This parameter is not currently supported.public DescribeEventCategoriesRequest withFilters(Filter... filters)
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.
Returns a reference to this object so that method calls can be chained together.
filters
- This parameter is not currently supported.public DescribeEventCategoriesRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- This parameter is not currently supported.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.