@Generated(value="software.amazon.awssdk:codegen") public final class Service extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Service.Builder,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) |
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.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userFeedback()
Feedback left about the finding.
|
copy
public Action action()
public Boolean archived()
public Integer count()
public String detectorId()
public String eventFirstSeen()
public String eventLastSeen()
public String resourceRole()
public String serviceName()
public String userFeedback()
public Service.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Service.Builder,Service>
public static Service.Builder builder()
public static Class<? extends Service.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.