@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrackersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTrackersResult() |
Modifier and Type | Method and Description |
---|---|
ListTrackersResult |
clone() |
boolean |
equals(Object obj) |
List<ListTrackersResponseEntry> |
getEntries()
Contains tracker resources in your Amazon Web Services account.
|
String |
getNextToken()
A pagination token indicating there are additional pages available.
|
int |
hashCode() |
void |
setEntries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your Amazon Web Services account.
|
void |
setNextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
String |
toString()
Returns a string representation of this object.
|
ListTrackersResult |
withEntries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your Amazon Web Services account.
|
ListTrackersResult |
withEntries(ListTrackersResponseEntry... entries)
Contains tracker resources in your Amazon Web Services account.
|
ListTrackersResult |
withNextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ListTrackersResponseEntry> getEntries()
Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
public void setEntries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
entries
- Contains tracker resources in your Amazon Web Services account. Details include tracker name, description
and timestamps for when the tracker was created and last updated.public ListTrackersResult withEntries(ListTrackersResponseEntry... entries)
Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- Contains tracker resources in your Amazon Web Services account. Details include tracker name, description
and timestamps for when the tracker was created and last updated.public ListTrackersResult withEntries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your Amazon Web Services account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
entries
- Contains tracker resources in your Amazon Web Services account. Details include tracker name, description
and timestamps for when the tracker was created and last updated.public void setNextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken
- A pagination token indicating there are additional pages available. You can use the token in a following
request to fetch the next set of results.public String getNextToken()
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
public ListTrackersResult withNextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken
- A pagination token indicating there are additional pages available. You can use the token in a following
request to fetch the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListTrackersResult clone()