@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivitiesResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ActivitiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ActivitiesResponse |
clone() |
boolean |
equals(Object obj) |
List<ActivityResponse> |
getItem()
List of campaign activities
|
String |
getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setItem(Collection<ActivityResponse> item)
List of campaign activities
|
void |
setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
String |
toString()
Returns a string representation of this object.
|
ActivitiesResponse |
withItem(ActivityResponse... item)
List of campaign activities
|
ActivitiesResponse |
withItem(Collection<ActivityResponse> item)
List of campaign activities
|
ActivitiesResponse |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
public List<ActivityResponse> getItem()
public void setItem(Collection<ActivityResponse> item)
item - List of campaign activitiespublic ActivitiesResponse withItem(ActivityResponse... item)
NOTE: This method appends the values to the existing list (if any). Use
setItem(java.util.Collection) or withItem(java.util.Collection) if you want to override the
existing values.
item - List of campaign activitiespublic ActivitiesResponse withItem(Collection<ActivityResponse> item)
item - List of campaign activitiespublic void setNextToken(String nextToken)
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String getNextToken()
public ActivitiesResponse withNextToken(String nextToken)
nextToken - The string that you use in a subsequent request to get the next page of results in a paginated response.public String toString()
toString in class ObjectObject.toString()public ActivitiesResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.