public class DescribeEventCategoriesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Filter> |
filters
This parameter is not currently supported.
|
private java.lang.String |
sourceType
The type of source that will be generating the events.
|
NOOP
Constructor and Description |
---|
DescribeEventCategoriesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEventCategoriesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
This parameter is not currently supported.
|
java.lang.String |
getSourceType()
The type of source that will be generating the events.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
void |
setSourceType(java.lang.String sourceType)
The type of source that will be generating the events.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEventCategoriesRequest |
withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
DescribeEventCategoriesRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
DescribeEventCategoriesRequest |
withSourceType(java.lang.String sourceType)
The type of source that will be generating the events.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String sourceType
The type of source that will be generating the events.
Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot
private SdkInternalList<Filter> filters
This parameter is not currently supported.
public void setSourceType(java.lang.String sourceType)
The type of source that will be generating the events.
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 java.lang.String getSourceType()
The type of source that will be generating the events.
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 DescribeEventCategoriesRequest withSourceType(java.lang.String sourceType)
The type of source that will be generating the events.
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 java.util.List<Filter> getFilters()
This parameter is not currently supported.
public void setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public DescribeEventCategoriesRequest withFilters(Filter... filters)
This parameter is not currently supported.
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
- This parameter is not currently supported.public DescribeEventCategoriesRequest withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeEventCategoriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()