@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()
 This parameter isn't currently supported. | 
| String | getSourceType()
 The type of source that is generating the events. | 
| int | hashCode() | 
| void | setFilters(Collection<Filter> filters)
 This parameter isn't currently supported. | 
| void | setSourceType(String sourceType)
 The type of source that is generating the events. | 
| String | toString()Returns a string representation of this object. | 
| DescribeEventCategoriesRequest | withFilters(Collection<Filter> filters)
 This parameter isn't currently supported. | 
| DescribeEventCategoriesRequest | withFilters(Filter... filters)
 This parameter isn't currently supported. | 
| DescribeEventCategoriesRequest | withSourceType(String sourceType)
 The type of source that is generating the 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, withSdkRequestTimeoutpublic void setSourceType(String sourceType)
 The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
 
 Valid Values: db-instance | db-cluster | db-parameter-group |
 db-security-group | db-snapshot | db-cluster-snapshot |
 db-proxy
 
sourceType - The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
        
        Valid Values: db-instance | db-cluster | db-parameter-group |
        db-security-group | db-snapshot | db-cluster-snapshot |
        db-proxy
public String getSourceType()
 The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
 
 Valid Values: db-instance | db-cluster | db-parameter-group |
 db-security-group | db-snapshot | db-cluster-snapshot |
 db-proxy
 
db-proxy
         .
         
         Valid Values: db-instance | db-cluster | db-parameter-group |
         db-security-group | db-snapshot | db-cluster-snapshot |
         db-proxy
public DescribeEventCategoriesRequest withSourceType(String sourceType)
 The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
 
 Valid Values: db-instance | db-cluster | db-parameter-group |
 db-security-group | db-snapshot | db-cluster-snapshot |
 db-proxy
 
sourceType - The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
        
        Valid Values: db-instance | db-cluster | db-parameter-group |
        db-security-group | db-snapshot | db-cluster-snapshot |
        db-proxy
public List<Filter> getFilters()
This parameter isn't currently supported.
public void setFilters(Collection<Filter> filters)
This parameter isn't currently supported.
filters - This parameter isn't currently supported.public DescribeEventCategoriesRequest withFilters(Filter... filters)
This parameter isn't 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 isn't currently supported.public DescribeEventCategoriesRequest withFilters(Collection<Filter> filters)
This parameter isn't currently supported.
filters - This parameter isn't currently supported.public String toString()
toString in class ObjectObject.toString()public DescribeEventCategoriesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()