@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeActivitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeActivitiesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeActivitiesResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
The marker for the next set of results.
|
List<Activity> |
getUserActivities()
The list of activities for the specified user and time period.
|
int |
hashCode() |
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setUserActivities(Collection<Activity> userActivities)
The list of activities for the specified user and time period.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeActivitiesResult |
withMarker(String marker)
The marker for the next set of results.
|
DescribeActivitiesResult |
withUserActivities(Activity... userActivities)
The list of activities for the specified user and time period.
|
DescribeActivitiesResult |
withUserActivities(Collection<Activity> userActivities)
The list of activities for the specified user and time period.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Activity> getUserActivities()
The list of activities for the specified user and time period.
public void setUserActivities(Collection<Activity> userActivities)
The list of activities for the specified user and time period.
userActivities
- The list of activities for the specified user and time period.public DescribeActivitiesResult withUserActivities(Activity... userActivities)
The list of activities for the specified user and time period.
NOTE: This method appends the values to the existing list (if any). Use
setUserActivities(java.util.Collection)
or withUserActivities(java.util.Collection)
if you want
to override the existing values.
userActivities
- The list of activities for the specified user and time period.public DescribeActivitiesResult withUserActivities(Collection<Activity> userActivities)
The list of activities for the specified user and time period.
userActivities
- The list of activities for the specified user and time period.public void setMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public String getMarker()
The marker for the next set of results.
public DescribeActivitiesResult withMarker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.public String toString()
toString
in class Object
Object.toString()
public DescribeActivitiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.