@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDiscoveryJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDiscoveryJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDiscoveryJobResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getCollectionDurationMinutes()
The number of minutes that the discovery job runs.
|
String |
getDiscoveryJobArn()
The ARN of the discovery job.
|
Date |
getJobEndTime()
The time when the discovery job ended.
|
Date |
getJobStartTime()
The time when the discovery job started.
|
String |
getStatus()
Indicates the status of a discovery job.
|
String |
getStorageSystemArn()
The ARN of the on-premises storage system you're running the discovery job on.
|
int |
hashCode() |
void |
setCollectionDurationMinutes(Integer collectionDurationMinutes)
The number of minutes that the discovery job runs.
|
void |
setDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job.
|
void |
setJobEndTime(Date jobEndTime)
The time when the discovery job ended.
|
void |
setJobStartTime(Date jobStartTime)
The time when the discovery job started.
|
void |
setStatus(String status)
Indicates the status of a discovery job.
|
void |
setStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system you're running the discovery job on.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDiscoveryJobResult |
withCollectionDurationMinutes(Integer collectionDurationMinutes)
The number of minutes that the discovery job runs.
|
DescribeDiscoveryJobResult |
withDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job.
|
DescribeDiscoveryJobResult |
withJobEndTime(Date jobEndTime)
The time when the discovery job ended.
|
DescribeDiscoveryJobResult |
withJobStartTime(Date jobStartTime)
The time when the discovery job started.
|
DescribeDiscoveryJobResult |
withStatus(DiscoveryJobStatus status)
Indicates the status of a discovery job.
|
DescribeDiscoveryJobResult |
withStatus(String status)
Indicates the status of a discovery job.
|
DescribeDiscoveryJobResult |
withStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system you're running the discovery job on.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system you're running the discovery job on.
storageSystemArn
- The ARN of the on-premises storage system you're running the discovery job on.public String getStorageSystemArn()
The ARN of the on-premises storage system you're running the discovery job on.
public DescribeDiscoveryJobResult withStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system you're running the discovery job on.
storageSystemArn
- The ARN of the on-premises storage system you're running the discovery job on.public void setDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job.
discoveryJobArn
- The ARN of the discovery job.public String getDiscoveryJobArn()
The ARN of the discovery job.
public DescribeDiscoveryJobResult withDiscoveryJobArn(String discoveryJobArn)
The ARN of the discovery job.
discoveryJobArn
- The ARN of the discovery job.public void setCollectionDurationMinutes(Integer collectionDurationMinutes)
The number of minutes that the discovery job runs.
collectionDurationMinutes
- The number of minutes that the discovery job runs.public Integer getCollectionDurationMinutes()
The number of minutes that the discovery job runs.
public DescribeDiscoveryJobResult withCollectionDurationMinutes(Integer collectionDurationMinutes)
The number of minutes that the discovery job runs.
collectionDurationMinutes
- The number of minutes that the discovery job runs.public void setStatus(String status)
Indicates the status of a discovery job. For more information, see Discovery job statuses.
status
- Indicates the status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus
public String getStatus()
Indicates the status of a discovery job. For more information, see Discovery job statuses.
DiscoveryJobStatus
public DescribeDiscoveryJobResult withStatus(String status)
Indicates the status of a discovery job. For more information, see Discovery job statuses.
status
- Indicates the status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus
public DescribeDiscoveryJobResult withStatus(DiscoveryJobStatus status)
Indicates the status of a discovery job. For more information, see Discovery job statuses.
status
- Indicates the status of a discovery job. For more information, see Discovery job statuses.DiscoveryJobStatus
public void setJobStartTime(Date jobStartTime)
The time when the discovery job started.
jobStartTime
- The time when the discovery job started.public Date getJobStartTime()
The time when the discovery job started.
public DescribeDiscoveryJobResult withJobStartTime(Date jobStartTime)
The time when the discovery job started.
jobStartTime
- The time when the discovery job started.public void setJobEndTime(Date jobEndTime)
The time when the discovery job ended.
jobEndTime
- The time when the discovery job ended.public Date getJobEndTime()
The time when the discovery job ended.
public DescribeDiscoveryJobResult withJobEndTime(Date jobEndTime)
The time when the discovery job ended.
jobEndTime
- The time when the discovery job ended.public String toString()
toString
in class Object
Object.toString()
public DescribeDiscoveryJobResult clone()