Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DescribeEventCategoriesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.DescribeEventCategoriesRequest
All Implemented Interfaces:
Serializable

public class DescribeEventCategoriesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the 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.

See Also:
AmazonRDS.describeEventCategories(DescribeEventCategoriesRequest), Serialized Form

Constructor Summary
DescribeEventCategoriesRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSourceType()
          The type of source that will be generating the events.
 int hashCode()
           
 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 withSourceType(String sourceType)
          The type of source that will be generating the events.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeEventCategoriesRequest

public DescribeEventCategoriesRequest()
Method Detail

getSourceType

public String getSourceType()
The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

Returns:
The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot


setSourceType

public void setSourceType(String sourceType)
The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

Parameters:
sourceType - The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot


withSourceType

public DescribeEventCategoriesRequest withSourceType(String sourceType)
The type of source that will be generating the events.

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.

Parameters:
sourceType - The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.