@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 AWS 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 Action action()
Information about the activity that is described in a finding.
public Evidence evidence()
An evidence object associated with the service.
public Boolean archived()
Indicates whether this finding is archived.
public Integer count()
The total count of the occurrences of this finding type.
public String detectorId()
The detector ID for the GuardDuty service.
public String eventFirstSeen()
The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.
public String eventLastSeen()
The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.
public String resourceRole()
The resource role information for this finding.
public String serviceName()
The name of the AWS service (GuardDuty) that generated a finding.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.