@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApplicationDependenciesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApplicationDependenciesResult() |
Modifier and Type | Method and Description |
---|---|
ListApplicationDependenciesResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationDependencySummary> |
getDependencies()
An array of application summaries nested in the application.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setDependencies(Collection<ApplicationDependencySummary> dependencies)
An array of application summaries nested in the application.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListApplicationDependenciesResult |
withDependencies(ApplicationDependencySummary... dependencies)
An array of application summaries nested in the application.
|
ListApplicationDependenciesResult |
withDependencies(Collection<ApplicationDependencySummary> dependencies)
An array of application summaries nested in the application.
|
ListApplicationDependenciesResult |
withNextToken(String nextToken)
The token to request the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationDependencySummary> getDependencies()
An array of application summaries nested in the application.
public void setDependencies(Collection<ApplicationDependencySummary> dependencies)
An array of application summaries nested in the application.
dependencies
- An array of application summaries nested in the application.public ListApplicationDependenciesResult withDependencies(ApplicationDependencySummary... dependencies)
An array of application summaries nested in the application.
NOTE: This method appends the values to the existing list (if any). Use
setDependencies(java.util.Collection)
or withDependencies(java.util.Collection)
if you want to
override the existing values.
dependencies
- An array of application summaries nested in the application.public ListApplicationDependenciesResult withDependencies(Collection<ApplicationDependencySummary> dependencies)
An array of application summaries nested in the application.
dependencies
- An array of application summaries nested in the application.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public ListApplicationDependenciesResult withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListApplicationDependenciesResult clone()