@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPipesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListPipesResult() |
Modifier and Type | Method and Description |
---|---|
ListPipesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If
nextToken is returned, there are more results available. |
List<Pipe> |
getPipes()
The pipes returned by the call.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
void |
setPipes(Collection<Pipe> pipes)
The pipes returned by the call.
|
String |
toString()
Returns a string representation of this object.
|
ListPipesResult |
withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListPipesResult |
withPipes(Collection<Pipe> pipes)
The pipes returned by the call.
|
ListPipesResult |
withPipes(Pipe... pipes)
The pipes returned by the call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Pipe> getPipes()
The pipes returned by the call.
public void setPipes(Collection<Pipe> pipes)
The pipes returned by the call.
pipes
- The pipes returned by the call.public ListPipesResult withPipes(Pipe... pipes)
The pipes returned by the call.
NOTE: This method appends the values to the existing list (if any). Use
setPipes(java.util.Collection)
or withPipes(java.util.Collection)
if you want to override the
existing values.
pipes
- The pipes returned by the call.public ListPipesResult withPipes(Collection<Pipe> pipes)
The pipes returned by the call.
pipes
- The pipes returned by the call.public void setNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
- If nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public String getNextToken()
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public ListPipesResult withNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken
is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination
token will return an HTTP 400 InvalidToken error.
nextToken
- If nextToken
is returned, there are more results available. The value of
nextToken
is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after
24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.public String toString()
toString
in class Object
Object.toString()
public ListPipesResult clone()