@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDiscoveryJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDiscoveryJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDiscoveryJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies how many results you want in the response.
|
String |
getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
String |
getStorageSystemArn()
Specifies the Amazon Resource Name (ARN) of an on-premises storage system.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
void |
setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
void |
setStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system.
|
String |
toString()
Returns a string representation of this object.
|
ListDiscoveryJobsRequest |
withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
ListDiscoveryJobsRequest |
withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
ListDiscoveryJobsRequest |
withStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system.
|
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 setStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
storageSystemArn
- Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only
want to list the discovery jobs that are associated with a specific storage system.public String getStorageSystemArn()
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
public ListDiscoveryJobsRequest withStorageSystemArn(String storageSystemArn)
Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system.
storageSystemArn
- Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only
want to list the discovery jobs that are associated with a specific storage system.public void setMaxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults
- Specifies how many results you want in the response.public Integer getMaxResults()
Specifies how many results you want in the response.
public ListDiscoveryJobsRequest withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults
- Specifies how many results you want in the response.public void setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
public ListDiscoveryJobsRequest withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String toString()
toString
in class Object
Object.toString()
public ListDiscoveryJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()