@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEventDetailsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventDetailsResult |
clone() |
boolean |
equals(Object obj) |
List<EventDetailsErrorItem> |
getFailedSet()
Error messages for any events that could not be retrieved.
|
List<EventDetails> |
getSuccessfulSet()
Information about the events that could be retrieved.
|
int |
hashCode() |
void |
setFailedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
void |
setSuccessfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEventDetailsResult |
withFailedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsResult |
withFailedSet(EventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsResult |
withSuccessfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
|
DescribeEventDetailsResult |
withSuccessfulSet(EventDetails... successfulSet)
Information about the events that could be retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EventDetails> getSuccessfulSet()
Information about the events that could be retrieved.
public void setSuccessfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
successfulSet
- Information about the events that could be retrieved.public DescribeEventDetailsResult withSuccessfulSet(EventDetails... successfulSet)
Information about the events that could be retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulSet(java.util.Collection)
or withSuccessfulSet(java.util.Collection)
if you want
to override the existing values.
successfulSet
- Information about the events that could be retrieved.public DescribeEventDetailsResult withSuccessfulSet(Collection<EventDetails> successfulSet)
Information about the events that could be retrieved.
successfulSet
- Information about the events that could be retrieved.public List<EventDetailsErrorItem> getFailedSet()
Error messages for any events that could not be retrieved.
public void setFailedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
failedSet
- Error messages for any events that could not be retrieved.public DescribeEventDetailsResult withFailedSet(EventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setFailedSet(java.util.Collection)
or withFailedSet(java.util.Collection)
if you want to
override the existing values.
failedSet
- Error messages for any events that could not be retrieved.public DescribeEventDetailsResult withFailedSet(Collection<EventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
failedSet
- Error messages for any events that could not be retrieved.public String toString()
toString
in class Object
Object.toString()
public DescribeEventDetailsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.