@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetCustomDataIdentifierSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,BatchGetCustomDataIdentifierSummary>
Provides information about a custom data identifier.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetCustomDataIdentifierSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the custom data identifier.
|
static BatchGetCustomDataIdentifierSummary.Builder |
builder() |
Instant |
createdAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
Boolean |
deleted()
Specifies whether the custom data identifier was deleted.
|
String |
description()
The custom description of the custom data identifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the custom data identifier.
|
String |
name()
The custom name of the custom data identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetCustomDataIdentifierSummary.Builder> |
serializableBuilderClass() |
BatchGetCustomDataIdentifierSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the custom data identifier.
public Instant createdAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
public Boolean deleted()
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
public String description()
The custom description of the custom data identifier.
public String id()
The unique identifier for the custom data identifier.
public String name()
The custom name of the custom data identifier.
public BatchGetCustomDataIdentifierSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetCustomDataIdentifierSummary.Builder,BatchGetCustomDataIdentifierSummary>public static BatchGetCustomDataIdentifierSummary.Builder builder()
public static Class<? extends BatchGetCustomDataIdentifierSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.