@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()
List of launch path information summaries for the specified
PageToken . |
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
int |
hashCode() |
void |
setLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified
PageToken . |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListLaunchPathsResult |
withLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified
PageToken . |
ListLaunchPathsResult |
withLaunchPathSummaries(LaunchPathSummary... launchPathSummaries)
List of launch path information summaries for the specified
PageToken . |
ListLaunchPathsResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LaunchPathSummary> getLaunchPathSummaries()
List of launch path information summaries for the specified PageToken
.
PageToken
.public void setLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified PageToken
.
launchPathSummaries
- List of launch path information summaries for the specified PageToken
.public ListLaunchPathsResult withLaunchPathSummaries(LaunchPathSummary... launchPathSummaries)
List of launch path information summaries for the specified PageToken
.
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
- List of launch path information summaries for the specified PageToken
.public ListLaunchPathsResult withLaunchPathSummaries(Collection<LaunchPathSummary> launchPathSummaries)
List of launch path information summaries for the specified PageToken
.
launchPathSummaries
- List of launch path information summaries for the specified PageToken
.public void setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
this value is null.public String getNextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListLaunchPathsResult withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more pages,
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.