@Generated(value="software.amazon.awssdk:codegen") public final class Administrator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Administrator.Builder,Administrator>
Information about the Detective administrator account for an organization.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Administrator.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account identifier of the Detective administrator account for the organization.
|
static Administrator.Builder |
builder() |
Instant |
delegationTime()
The date and time when the Detective administrator account was enabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
graphArn()
The ARN of the organization behavior graph.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Administrator.Builder> |
serializableBuilderClass() |
Administrator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account identifier of the Detective administrator account for the organization.
public final String graphArn()
The ARN of the organization behavior graph.
public final Instant delegationTime()
The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z.
2021-08-18T16:35:56.284Z.public Administrator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Administrator.Builder,Administrator>public static Administrator.Builder builder()
public static Class<? extends Administrator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.