@Generated(value="software.amazon.awssdk:codegen") public final class LastCrawlInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastCrawlInfo.Builder,LastCrawlInfo>
Status and error information about the most recent crawl.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastCrawlInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastCrawlInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
If an error occurred, the error information about the last crawl.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroup()
The log group for the last crawl.
|
String |
logStream()
The log stream for the last crawl.
|
String |
messagePrefix()
The prefix for a message about this crawl.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastCrawlInfo.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which the crawl started.
|
LastCrawlStatus |
status()
Status of the last crawl.
|
String |
statusAsString()
Status of the last crawl.
|
LastCrawlInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic LastCrawlStatus status()
Status of the last crawl.
If the service returns an enum value that is not available in the current SDK version, status will
return LastCrawlStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
LastCrawlStatuspublic String statusAsString()
Status of the last crawl.
If the service returns an enum value that is not available in the current SDK version, status will
return LastCrawlStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
LastCrawlStatuspublic String errorMessage()
If an error occurred, the error information about the last crawl.
public String logGroup()
The log group for the last crawl.
public String logStream()
The log stream for the last crawl.
public String messagePrefix()
The prefix for a message about this crawl.
public Instant startTime()
The time at which the crawl started.
public LastCrawlInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastCrawlInfo.Builder,LastCrawlInfo>public static LastCrawlInfo.Builder builder()
public static Class<? extends LastCrawlInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.