@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileTimesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the listProfileTimesResponse.
Constructor and Description |
---|
ListProfileTimesResult() |
Modifier and Type | Method and Description |
---|---|
ListProfileTimesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future ListProfileTimes request. |
List<ProfileTime> |
getProfileTimes()
The list of start times of the available profiles for the aggregation period in the specified time range.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future ListProfileTimes request. |
void |
setProfileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
String |
toString()
Returns a string representation of this object.
|
ListProfileTimesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future ListProfileTimes request. |
ListProfileTimesResult |
withProfileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
ListProfileTimesResult |
withProfileTimes(ProfileTime... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The nextToken
value to include in a future ListProfileTimes
request. When the results
of a ListProfileTimes
request exceed maxResults
, this value can be used to retrieve the
next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListProfileTimes
request. When the
results of a ListProfileTimes
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to
return.public String getNextToken()
The nextToken
value to include in a future ListProfileTimes
request. When the results
of a ListProfileTimes
request exceed maxResults
, this value can be used to retrieve the
next page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListProfileTimes
request. When the
results of a ListProfileTimes
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to
return.public ListProfileTimesResult withNextToken(String nextToken)
The nextToken
value to include in a future ListProfileTimes
request. When the results
of a ListProfileTimes
request exceed maxResults
, this value can be used to retrieve the
next page of results. This value is null
when there are no more results to return.
nextToken
- The nextToken
value to include in a future ListProfileTimes
request. When the
results of a ListProfileTimes
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to
return.public List<ProfileTime> getProfileTimes()
The list of start times of the available profiles for the aggregation period in the specified time range.
public void setProfileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
profileTimes
- The list of start times of the available profiles for the aggregation period in the specified time range.public ListProfileTimesResult withProfileTimes(ProfileTime... profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
NOTE: This method appends the values to the existing list (if any). Use
setProfileTimes(java.util.Collection)
or withProfileTimes(java.util.Collection)
if you want to
override the existing values.
profileTimes
- The list of start times of the available profiles for the aggregation period in the specified time range.public ListProfileTimesResult withProfileTimes(Collection<ProfileTime> profileTimes)
The list of start times of the available profiles for the aggregation period in the specified time range.
profileTimes
- The list of start times of the available profiles for the aggregation period in the specified time range.public String toString()
toString
in class Object
Object.toString()
public ListProfileTimesResult clone()