@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoveredResourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDiscoveredResourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesResult |
clone() |
boolean |
equals(Object obj) |
List<DiscoveredResource> |
getDiscoveredResourceList()
Returned list of discovered resources associated with the given MigrationTask.
|
String |
getNextToken()
If there are more discovered resources than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.
|
int |
hashCode() |
void |
setDiscoveredResourceList(Collection<DiscoveredResource> discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
|
void |
setNextToken(String nextToken)
If there are more discovered resources than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDiscoveredResourcesResult |
withDiscoveredResourceList(Collection<DiscoveredResource> discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
|
ListDiscoveredResourcesResult |
withDiscoveredResourceList(DiscoveredResource... discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
|
ListDiscoveredResourcesResult |
withNextToken(String nextToken)
If there are more discovered resources than the max result, return the next token to be passed to the next call
as a bookmark of where to start from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more discovered resources than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.public String getNextToken()
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
public ListDiscoveredResourcesResult withNextToken(String nextToken)
If there are more discovered resources than the max result, return the next token to be passed to the next call as a bookmark of where to start from.
nextToken
- If there are more discovered resources than the max result, return the next token to be passed to the next
call as a bookmark of where to start from.public List<DiscoveredResource> getDiscoveredResourceList()
Returned list of discovered resources associated with the given MigrationTask.
public void setDiscoveredResourceList(Collection<DiscoveredResource> discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
discoveredResourceList
- Returned list of discovered resources associated with the given MigrationTask.public ListDiscoveredResourcesResult withDiscoveredResourceList(DiscoveredResource... discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
NOTE: This method appends the values to the existing list (if any). Use
setDiscoveredResourceList(java.util.Collection)
or
withDiscoveredResourceList(java.util.Collection)
if you want to override the existing values.
discoveredResourceList
- Returned list of discovered resources associated with the given MigrationTask.public ListDiscoveredResourcesResult withDiscoveredResourceList(Collection<DiscoveredResource> discoveredResourceList)
Returned list of discovered resources associated with the given MigrationTask.
discoveredResourceList
- Returned list of discovered resources associated with the given MigrationTask.public String toString()
toString
in class Object
Object.toString()
public ListDiscoveredResourcesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.