@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCreatedArtifactsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCreatedArtifactsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCreatedArtifactsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to be returned per page.
|
String |
getMigrationTaskName()
Unique identifier that references the migration task.
|
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)
Maximum number of results to be returned per page.
|
void |
setMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
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.
|
ListCreatedArtifactsRequest |
withMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
|
ListCreatedArtifactsRequest |
withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
|
ListCreatedArtifactsRequest |
withNextToken(String nextToken)
If a
NextToken was returned by a previous call, there are more results available. |
ListCreatedArtifactsRequest |
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 ListCreatedArtifactsRequest withProgressUpdateStream(String progressUpdateStream)
The name of the ProgressUpdateStream.
progressUpdateStream
- The name of the ProgressUpdateStream.public void setMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName
- Unique identifier that references the migration task.public String getMigrationTaskName()
Unique identifier that references the migration task.
public ListCreatedArtifactsRequest withMigrationTaskName(String migrationTaskName)
Unique identifier that references the migration task.
migrationTaskName
- Unique identifier that references the migration task.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 ListCreatedArtifactsRequest 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)
Maximum number of results to be returned per page.
maxResults
- Maximum number of results to be returned per page.public Integer getMaxResults()
Maximum number of results to be returned per page.
public ListCreatedArtifactsRequest withMaxResults(Integer maxResults)
Maximum number of results to be returned per page.
maxResults
- Maximum number of results to be returned per page.public String toString()
toString
in class Object
Object.toString()
public ListCreatedArtifactsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.