@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoveredResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDiscoveredResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDiscoveredResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results returned per page.
|
String |
getMigrationTaskName()
The name of the MigrationTask.
|
String |
getNextToken()
If a
NextToken was returned by a previous call, there are more results available. |
String |
getProgressUpdateStream()
The name of the ProgressUpdateStream.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results returned per page.
|
void |
setMigrationTaskName(String migrationTaskName)
The name of the MigrationTask.
|
void |
setNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
void |
setProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDiscoveredResourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results returned per page.
|
ListDiscoveredResourcesRequest |
withMigrationTaskName(String migrationTaskName)
The name of the MigrationTask.
|
ListDiscoveredResourcesRequest |
withNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListDiscoveredResourcesRequest |
withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public String getProgressUpdateStream()
The name of the ProgressUpdateStream.
public ListDiscoveredResourcesRequest withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public void setMigrationTaskName(String migrationTaskName)
The name of the MigrationTask.
migrationTaskName
- The name of the MigrationTask.public String getMigrationTaskName()
The name of the MigrationTask.
public ListDiscoveredResourcesRequest withMigrationTaskName(String migrationTaskName)
The name of the MigrationTask.
migrationTaskName
- The name of the MigrationTask.public void setNextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.public String getNextToken()
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
NextToken
was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in NextToken
.public ListDiscoveredResourcesRequest withNextToken(String nextToken)
If a NextToken
was returned by a previous call, there are more results available. To retrieve the
next page of results, make the call again using the returned token in NextToken
.
nextToken
- If a NextToken
was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in NextToken
.public void setMaxResults(Integer maxResults)
The maximum number of results returned per page.
maxResults
- The maximum number of results returned per page.public Integer getMaxResults()
The maximum number of results returned per page.
public ListDiscoveredResourcesRequest withMaxResults(Integer maxResults)
The maximum number of results returned per page.
maxResults
- The maximum number of results returned per page.public String toString()
toString
in class Object
Object.toString()
public ListDiscoveredResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.