public class ActivitiesResponse
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ActivitiesResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ActivityResponse> |
getItem()
List of campaign activities
|
java.lang.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 |
setItem(java.util.Collection<ActivityResponse> item)
List of campaign activities
|
void |
setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivitiesResponse |
withItem(ActivityResponse... item)
List of campaign activities
|
ActivitiesResponse |
withItem(java.util.Collection<ActivityResponse> item)
List of campaign activities
|
ActivitiesResponse |
withNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
public java.util.List<ActivityResponse> getItem()
public void setItem(java.util.Collection<ActivityResponse> item)
item
- List of campaign activitiespublic ActivitiesResponse withItem(ActivityResponse... item)
Returns a reference to this object so that method calls can be chained together.
item
- List of campaign activitiespublic ActivitiesResponse withItem(java.util.Collection<ActivityResponse> item)
Returns a reference to this object so that method calls can be chained together.
item
- List of campaign activitiespublic java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken
- The string that you use in a subsequent request to get
the next page of results in a paginated response.public ActivitiesResponse withNextToken(java.lang.String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The string that you use in a subsequent request to get
the next page of results in a paginated response.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.