@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImportFailuresRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListImportFailuresRequest() |
Modifier and Type | Method and Description |
---|---|
ListImportFailuresRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getImportId()
The ID of the import.
|
Integer |
getMaxResults()
The maximum number of failures to display on a single page.
|
String |
getNextToken()
A token you can use to get the next page of import failures.
|
int |
hashCode() |
void |
setImportId(String importId)
The ID of the import.
|
void |
setMaxResults(Integer maxResults)
The maximum number of failures to display on a single page.
|
void |
setNextToken(String nextToken)
A token you can use to get the next page of import failures.
|
String |
toString()
Returns a string representation of this object.
|
ListImportFailuresRequest |
withImportId(String importId)
The ID of the import.
|
ListImportFailuresRequest |
withMaxResults(Integer maxResults)
The maximum number of failures to display on a single page.
|
ListImportFailuresRequest |
withNextToken(String nextToken)
A token you can use to get the next page of import failures.
|
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 setImportId(String importId)
The ID of the import.
importId
- The ID of the import.public String getImportId()
The ID of the import.
public ListImportFailuresRequest withImportId(String importId)
The ID of the import.
importId
- The ID of the import.public void setMaxResults(Integer maxResults)
The maximum number of failures to display on a single page.
maxResults
- The maximum number of failures to display on a single page.public Integer getMaxResults()
The maximum number of failures to display on a single page.
public ListImportFailuresRequest withMaxResults(Integer maxResults)
The maximum number of failures to display on a single page.
maxResults
- The maximum number of failures to display on a single page.public void setNextToken(String nextToken)
A token you can use to get the next page of import failures.
nextToken
- A token you can use to get the next page of import failures.public String getNextToken()
A token you can use to get the next page of import failures.
public ListImportFailuresRequest withNextToken(String nextToken)
A token you can use to get the next page of import failures.
nextToken
- A token you can use to get the next page of import failures.public String toString()
toString
in class Object
Object.toString()
public ListImportFailuresRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()