@Generated(value="software.amazon.awssdk:codegen") public final class Detector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Detector.Builder,Detector>
The detector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Detector.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The detector ARN.
|
static Detector.Builder |
builder() |
String |
createdTime()
Timestamp of when the detector was created.
|
String |
description()
The detector description.
|
String |
detectorId()
The detector ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTypeName()
The name of the event type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedTime()
Timestamp of when the detector was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Detector.Builder> |
serializableBuilderClass() |
Detector.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorId()
The detector ID.
public final String description()
The detector description.
public final String eventTypeName()
The name of the event type.
public final String lastUpdatedTime()
Timestamp of when the detector was last updated.
public final String createdTime()
Timestamp of when the detector was created.
public final String arn()
The detector ARN.
public Detector.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Detector.Builder,Detector>public static Detector.Builder builder()
public static Class<? extends Detector.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.