@Generated(value="software.amazon.awssdk:codegen") public final class Service extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Service.Builder,Service>
Contains information about the service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Service.Builder |
| Modifier and Type | Method and Description |
|---|---|
Action |
action()
Information about the activity described in a finding.
|
Boolean |
archived()
Indicates whether this finding is archived.
|
static Service.Builder |
builder() |
Integer |
count()
Total count of the occurrences of this finding type.
|
String |
detectorId()
Detector ID for the GuardDuty service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventFirstSeen()
First seen timestamp of the activity that prompted GuardDuty to generate this finding.
|
String |
eventLastSeen()
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()
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 left about the finding.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Action action()
Information about the activity 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()
Total count of the occurrences of this finding type.
public String detectorId()
Detector ID for the GuardDuty service.
public String eventFirstSeen()
First seen timestamp of the activity that prompted GuardDuty to generate this finding.
public String eventLastSeen()
Last seen timestamp of the activity that prompted GuardDuty to generate this finding.
public String resourceRole()
Resource role information for this finding.
public String serviceName()
The name of the AWS service (GuardDuty) that generated a finding.
public String userFeedback()
Feedback left 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 © 2019. All rights reserved.