Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class EventCategoriesMap

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

public class EventCategoriesMap
extends Object
implements Serializable

Contains the results of a successful invocation of the DescribeEventCategories action.

See Also:
Serialized Form

Constructor Summary
EventCategoriesMap()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getEventCategories()
          The event categories for the specified source type
 String getSourceType()
          The source type that the returned categories belong to
 int hashCode()
           
 void setEventCategories(Collection<String> eventCategories)
          The event categories for the specified source type
 void setSourceType(String sourceType)
          The source type that the returned categories belong to
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 EventCategoriesMap withEventCategories(Collection<String> eventCategories)
          The event categories for the specified source type
 EventCategoriesMap withEventCategories(String... eventCategories)
          The event categories for the specified source type
 EventCategoriesMap withSourceType(String sourceType)
          The source type that the returned categories belong to
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventCategoriesMap

public EventCategoriesMap()
Method Detail

getSourceType

public String getSourceType()
The source type that the returned categories belong to

Returns:
The source type that the returned categories belong to

setSourceType

public void setSourceType(String sourceType)
The source type that the returned categories belong to

Parameters:
sourceType - The source type that the returned categories belong to

withSourceType

public EventCategoriesMap withSourceType(String sourceType)
The source type that the returned categories belong to

Returns a reference to this object so that method calls can be chained together.

Parameters:
sourceType - The source type that the returned categories belong to
Returns:
A reference to this updated object so that method calls can be chained together.

getEventCategories

public List<String> getEventCategories()
The event categories for the specified source type

Returns:
The event categories for the specified source type

setEventCategories

public void setEventCategories(Collection<String> eventCategories)
The event categories for the specified source type

Parameters:
eventCategories - The event categories for the specified source type

withEventCategories

public EventCategoriesMap withEventCategories(String... eventCategories)
The event categories for the specified source type

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventCategories - The event categories for the specified source type
Returns:
A reference to this updated object so that method calls can be chained together.

withEventCategories

public EventCategoriesMap withEventCategories(Collection<String> eventCategories)
The event categories for the specified source type

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventCategories - The event categories for the specified source type
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.