@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLaunchPathsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLaunchPathsResult() |
Modifier and Type | Method and Description |
---|---|
ListLaunchPathsResult |
clone() |
boolean |
equals(Object obj) |
List<LaunchPathSummary> |
getLaunchPathSummaries()
Information about the launch path.
|
String |
getNextPageToken()
The page token to use to retrieve the next set of results.
|
int |
hashCode() |
void |
setLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
Information about the launch path.
|
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLaunchPathsResult |
withLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
Information about the launch path.
|
ListLaunchPathsResult |
withLaunchPathSummaries(LaunchPathSummary... launchPathSummaries)
Information about the launch path.
|
ListLaunchPathsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LaunchPathSummary> getLaunchPathSummaries()
Information about the launch path.
public void setLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
Information about the launch path.
launchPathSummaries
- Information about the launch path.public ListLaunchPathsResult withLaunchPathSummaries(LaunchPathSummary... launchPathSummaries)
Information about the launch path.
NOTE: This method appends the values to the existing list (if any). Use
setLaunchPathSummaries(java.util.Collection)
or withLaunchPathSummaries(java.util.Collection)
if you want to override the existing values.
launchPathSummaries
- Information about the launch path.public ListLaunchPathsResult withLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
Information about the launch path.
launchPathSummaries
- Information about the launch path.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String getNextPageToken()
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
public ListLaunchPathsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken
- The page token to use to retrieve the next set of results. If there are no additional results, this value
is null.public String toString()
toString
in class Object
Object.toString()
public ListLaunchPathsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.