@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.
|
ServiceAdditionalInfo |
additionalInfo()
Contains additional information about the generated 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.
|
EbsVolumeScanDetails |
ebsVolumeScanDetails()
Returns details from the malware scan that created a finding.
|
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.
|
String |
featureName()
The name of the feature that generated a finding.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceRole()
The resource role information for this finding.
|
RuntimeDetails |
runtimeDetails()
Information about the process and any required context values for a specific 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 final ServiceAdditionalInfo additionalInfo()
Contains additional information about the generated finding.
public final String featureName()
The name of the feature that generated a finding.
public final EbsVolumeScanDetails ebsVolumeScanDetails()
Returns details from the malware scan that created a finding.
public final RuntimeDetails runtimeDetails()
Information about the process and any required context values for a specific 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 © 2023. All rights reserved.