@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDiscoveryJobResponse extends DataSyncResponse implements ToCopyableBuilder<DescribeDiscoveryJobResponse.Builder,DescribeDiscoveryJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDiscoveryJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDiscoveryJobResponse.Builder |
builder() |
Integer |
collectionDurationMinutes()
The number of minutes that the discovery job runs.
|
String |
discoveryJobArn()
The ARN of the discovery job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
jobEndTime()
The time when the discovery job ended.
|
Instant |
jobStartTime()
The time when the discovery job started.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDiscoveryJobResponse.Builder> |
serializableBuilderClass() |
DiscoveryJobStatus |
status()
Indicates the status of a discovery job.
|
String |
statusAsString()
Indicates the status of a discovery job.
|
String |
storageSystemArn()
The ARN of the on-premises storage system you're running the discovery job on.
|
DescribeDiscoveryJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String storageSystemArn()
The ARN of the on-premises storage system you're running the discovery job on.
public final String discoveryJobArn()
The ARN of the discovery job.
public final Integer collectionDurationMinutes()
The number of minutes that the discovery job runs.
public final DiscoveryJobStatus status()
Indicates the status of a discovery job. For more information, see Discovery job statuses.
If the service returns an enum value that is not available in the current SDK version, status will
return DiscoveryJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DiscoveryJobStatuspublic final String statusAsString()
Indicates the status of a discovery job. For more information, see Discovery job statuses.
If the service returns an enum value that is not available in the current SDK version, status will
return DiscoveryJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DiscoveryJobStatuspublic final Instant jobStartTime()
The time when the discovery job started.
public final Instant jobEndTime()
The time when the discovery job ended.
public DescribeDiscoveryJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDiscoveryJobResponse.Builder,DescribeDiscoveryJobResponse>toBuilder in class AwsResponsepublic static DescribeDiscoveryJobResponse.Builder builder()
public static Class<? extends DescribeDiscoveryJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.