|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.DescribeEventCategoriesRequest
public class DescribeEventCategoriesRequest
Container for the parameters to the DescribeEventCategories operation
.
Displays a list of event categories for all event source types, or for a specified source type. For a list of the event categories and source types, go to Amazon Redshift Event Notifications .
AmazonRedshift.describeEventCategories(DescribeEventCategoriesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeEventCategoriesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getSourceType()
The source type, such as cluster or parameter group, to which the described event categories apply. |
int |
hashCode()
|
void |
setSourceType(String sourceType)
The source type, such as cluster or parameter group, to which the described event categories apply. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeEventCategoriesRequest |
withSourceType(String sourceType)
The source type, such as cluster or parameter group, to which the described event categories apply. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeEventCategoriesRequest()
Method Detail |
---|
public String getSourceType()
Valid values: cluster, snapshot, parameter group, and security group.
Valid values: cluster, snapshot, parameter group, and security group.
public void setSourceType(String sourceType)
Valid values: cluster, snapshot, parameter group, and security group.
sourceType
- The source type, such as cluster or parameter group, to which the
described event categories apply. Valid values: cluster, snapshot, parameter group, and security group.
public DescribeEventCategoriesRequest withSourceType(String sourceType)
Valid values: cluster, snapshot, parameter group, and security group.
Returns a reference to this object so that method calls can be chained together.
sourceType
- The source type, such as cluster or parameter group, to which the
described event categories apply. Valid values: cluster, snapshot, parameter group, and security group.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |