@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProfileTimesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response for ListProfileTimes operation.
Constructor and Description |
---|
ListProfileTimesResult() |
Modifier and Type | Method and Description |
---|---|
ListProfileTimesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<ProfileTime> |
getProfileTimes()
List of start times of the available profiles for the aggregation period in the specified time range.
|
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setProfileTimes(Collection<ProfileTime> profileTimes)
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) |
ListProfileTimesResult |
withProfileTimes(Collection<ProfileTime> profileTimes)
List of start times of the available profiles for the aggregation period in the specified time range.
|
ListProfileTimesResult |
withProfileTimes(ProfileTime... profileTimes)
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)
nextToken
- public String getNextToken()
public ListProfileTimesResult withNextToken(String nextToken)
nextToken
- public List<ProfileTime> getProfileTimes()
List of start times of the available profiles for the aggregation period in the specified time range.
public void setProfileTimes(Collection<ProfileTime> profileTimes)
List of start times of the available profiles for the aggregation period in the specified time range.
profileTimes
- List of start times of the available profiles for the aggregation period in the specified time range.public ListProfileTimesResult withProfileTimes(ProfileTime... profileTimes)
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
- List of start times of the available profiles for the aggregation period in the specified time range.public ListProfileTimesResult withProfileTimes(Collection<ProfileTime> profileTimes)
List of start times of the available profiles for the aggregation period in the specified time range.
profileTimes
- 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.