@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventTopicsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a DescribeEventTopic request.
Constructor and Description |
---|
DescribeEventTopicsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventTopicsResult |
clone() |
boolean |
equals(Object obj) |
List<EventTopic> |
getEventTopics()
A list of SNS topic names that receive status messages from the specified Directory ID.
|
int |
hashCode() |
void |
setEventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEventTopicsResult |
withEventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
|
DescribeEventTopicsResult |
withEventTopics(EventTopic... eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EventTopic> getEventTopics()
A list of SNS topic names that receive status messages from the specified Directory ID.
public void setEventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.public DescribeEventTopicsResult withEventTopics(EventTopic... eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
NOTE: This method appends the values to the existing list (if any). Use
setEventTopics(java.util.Collection)
or withEventTopics(java.util.Collection)
if you want to
override the existing values.
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.public DescribeEventTopicsResult withEventTopics(Collection<EventTopic> eventTopics)
A list of SNS topic names that receive status messages from the specified Directory ID.
eventTopics
- A list of SNS topic names that receive status messages from the specified Directory ID.public String toString()
toString
in class Object
Object.toString()
public DescribeEventTopicsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.