@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDiscoveryJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDiscoveryJobRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDiscoveryJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getCollectionDurationMinutes()
Specifies in minutes how long that you want the discovery job to run.
|
String |
getDiscoveryJobArn()
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
|
int |
hashCode() |
void |
setCollectionDurationMinutes(Integer collectionDurationMinutes)
Specifies in minutes how long that you want the discovery job to run.
|
void |
setDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDiscoveryJobRequest |
withCollectionDurationMinutes(Integer collectionDurationMinutes)
Specifies in minutes how long that you want the discovery job to run.
|
UpdateDiscoveryJobRequest |
withDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
|
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 setDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
discoveryJobArn
- Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.public String getDiscoveryJobArn()
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
public UpdateDiscoveryJobRequest withDiscoveryJobArn(String discoveryJobArn)
Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.
discoveryJobArn
- Specifies the Amazon Resource Name (ARN) of the discovery job that you want to update.public void setCollectionDurationMinutes(Integer collectionDurationMinutes)
Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to less than the number of minutes that the job has already run for.)
collectionDurationMinutes
- Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to
less than the number of minutes that the job has already run for.)public Integer getCollectionDurationMinutes()
Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to less than the number of minutes that the job has already run for.)
public UpdateDiscoveryJobRequest withCollectionDurationMinutes(Integer collectionDurationMinutes)
Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to less than the number of minutes that the job has already run for.)
collectionDurationMinutes
- Specifies in minutes how long that you want the discovery job to run. (You can't set this parameter to
less than the number of minutes that the job has already run for.)public String toString()
toString
in class Object
Object.toString()
public UpdateDiscoveryJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()