@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEventDetailsForOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEventDetailsForOrganizationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEventDetailsForOrganizationResult |
clone() |
boolean |
equals(Object obj) |
List<OrganizationEventDetailsErrorItem> |
getFailedSet()
Error messages for any events that could not be retrieved.
|
List<OrganizationEventDetails> |
getSuccessfulSet()
Information about the events that could be retrieved.
|
int |
hashCode() |
void |
setFailedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
void |
setSuccessfulSet(Collection<OrganizationEventDetails> successfulSet)
Information about the events that could be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEventDetailsForOrganizationResult |
withFailedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsForOrganizationResult |
withFailedSet(OrganizationEventDetailsErrorItem... failedSet)
Error messages for any events that could not be retrieved.
|
DescribeEventDetailsForOrganizationResult |
withSuccessfulSet(Collection<OrganizationEventDetails> successfulSet)
Information about the events that could be retrieved.
|
DescribeEventDetailsForOrganizationResult |
withSuccessfulSet(OrganizationEventDetails... successfulSet)
Information about the events that could be retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeEventDetailsForOrganizationResult()
public List<OrganizationEventDetails> getSuccessfulSet()
Information about the events that could be retrieved.
public void setSuccessfulSet(Collection<OrganizationEventDetails> successfulSet)
Information about the events that could be retrieved.
successfulSet
- Information about the events that could be retrieved.public DescribeEventDetailsForOrganizationResult withSuccessfulSet(OrganizationEventDetails... 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 DescribeEventDetailsForOrganizationResult withSuccessfulSet(Collection<OrganizationEventDetails> successfulSet)
Information about the events that could be retrieved.
successfulSet
- Information about the events that could be retrieved.public List<OrganizationEventDetailsErrorItem> getFailedSet()
Error messages for any events that could not be retrieved.
public void setFailedSet(Collection<OrganizationEventDetailsErrorItem> failedSet)
Error messages for any events that could not be retrieved.
failedSet
- Error messages for any events that could not be retrieved.public DescribeEventDetailsForOrganizationResult withFailedSet(OrganizationEventDetailsErrorItem... 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 DescribeEventDetailsForOrganizationResult withFailedSet(Collection<OrganizationEventDetailsErrorItem> 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 DescribeEventDetailsForOrganizationResult clone()