@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMissionProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMissionProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListMissionProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<MissionProfileListItem> |
getMissionProfileList()
List of mission profiles
|
String |
getNextToken()
Next token returned in the response of a previous
ListMissionProfiles call. |
int |
hashCode() |
void |
setMissionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles
|
void |
setNextToken(String nextToken)
Next token returned in the response of a previous
ListMissionProfiles call. |
String |
toString()
Returns a string representation of this object.
|
ListMissionProfilesResult |
withMissionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles
|
ListMissionProfilesResult |
withMissionProfileList(MissionProfileListItem... missionProfileList)
List of mission profiles
|
ListMissionProfilesResult |
withNextToken(String nextToken)
Next token returned in the response of a previous
ListMissionProfiles call. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MissionProfileListItem> getMissionProfileList()
List of mission profiles
public void setMissionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles
missionProfileList
- List of mission profilespublic ListMissionProfilesResult withMissionProfileList(MissionProfileListItem... missionProfileList)
List of mission profiles
NOTE: This method appends the values to the existing list (if any). Use
setMissionProfileList(java.util.Collection)
or withMissionProfileList(java.util.Collection)
if
you want to override the existing values.
missionProfileList
- List of mission profilespublic ListMissionProfilesResult withMissionProfileList(Collection<MissionProfileListItem> missionProfileList)
List of mission profiles
missionProfileList
- List of mission profilespublic void setNextToken(String nextToken)
Next token returned in the response of a previous ListMissionProfiles
call. Used to get the next
page of results.
nextToken
- Next token returned in the response of a previous ListMissionProfiles
call. Used to get the
next page of results.public String getNextToken()
Next token returned in the response of a previous ListMissionProfiles
call. Used to get the next
page of results.
ListMissionProfiles
call. Used to get the
next page of results.public ListMissionProfilesResult withNextToken(String nextToken)
Next token returned in the response of a previous ListMissionProfiles
call. Used to get the next
page of results.
nextToken
- Next token returned in the response of a previous ListMissionProfiles
call. Used to get the
next page of results.public String toString()
toString
in class Object
Object.toString()
public ListMissionProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.