@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListComponentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListComponentsResult() |
Modifier and Type | Method and Description |
---|---|
ListComponentsResult |
clone() |
boolean |
equals(Object obj) |
List<ApplicationComponent> |
getApplicationComponentList()
The list of application components.
|
String |
getNextToken()
The token to request the next page of results.
|
int |
hashCode() |
void |
setApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListComponentsResult |
withApplicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
|
ListComponentsResult |
withApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
ListComponentsResult |
withNextToken(String nextToken)
The token to request the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ApplicationComponent> getApplicationComponentList()
The list of application components.
public void setApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
applicationComponentList
- The list of application components.public ListComponentsResult withApplicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationComponentList(java.util.Collection)
or
withApplicationComponentList(java.util.Collection)
if you want to override the existing values.
applicationComponentList
- The list of application components.public ListComponentsResult withApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
applicationComponentList
- The list of application components.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 ListComponentsResult 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 ListComponentsResult clone()