@Generated(value="software.amazon.awssdk:codegen") public final class Service extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Service.Builder,Service>
Contains additional information about the generated finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Service.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
Information about the activity that is described in a finding.
|
Boolean |
archived()
Indicates whether this finding is archived.
|
static Service.Builder |
builder() |
Integer |
count()
The total count of the occurrences of this finding type.
|
String |
detectorId()
The detector ID for the GuardDuty service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventFirstSeen()
The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.
|
String |
eventLastSeen()
The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.
|
Evidence |
evidence()
An evidence object associated with the service.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceRole()
The resource role information for this finding.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Service.Builder> |
serializableBuilderClass() |
String |
serviceName()
The name of the Amazon Web Services service (GuardDuty) that generated a finding.
|
Service.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userFeedback()
Feedback that was submitted about the finding.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Action action()
Information about the activity that is described in a finding.
public final Evidence evidence()
An evidence object associated with the service.
public final Boolean archived()
Indicates whether this finding is archived.
public final Integer count()
The total count of the occurrences of this finding type.
public final String detectorId()
The detector ID for the GuardDuty service.
public final String eventFirstSeen()
The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.
public final String eventLastSeen()
The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.
public final String resourceRole()
The resource role information for this finding.
public final String serviceName()
The name of the Amazon Web Services service (GuardDuty) that generated a finding.
public final String userFeedback()
Feedback that was submitted about the finding.
public Service.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Service.Builder,Service>public static Service.Builder builder()
public static Class<? extends Service.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.