|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DescribeEventCategoriesRequest
public class DescribeEventCategoriesRequest
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.
AmazonRDS.describeEventCategories(DescribeEventCategoriesRequest)
Constructor Summary | |
---|---|
DescribeEventCategoriesRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getSourceType()
The type of source that will be generating the events. |
int |
hashCode()
|
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 |
withSourceType(java.lang.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 |
---|
public DescribeEventCategoriesRequest()
Method Detail |
---|
public java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |