@Generated(value="software.amazon.awssdk:codegen") public final class AccessLogSubscriptionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>
Summary information about an access log subscription.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessLogSubscriptionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the access log subscription
|
static AccessLogSubscriptionSummary.Builder |
builder() |
Instant |
createdAt()
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
String |
destinationArn()
The Amazon Resource Name (ARN) of the destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the access log subscription.
|
Instant |
lastUpdatedAt()
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the service or service network.
|
String |
resourceId()
The ID of the service or service network.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessLogSubscriptionSummary.Builder> |
serializableBuilderClass() |
AccessLogSubscriptionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the access log subscription
public final Instant createdAt()
The date and time that the access log subscription was created, specified in ISO-8601 format.
public final String destinationArn()
The Amazon Resource Name (ARN) of the destination.
public final String id()
The ID of the access log subscription.
public final Instant lastUpdatedAt()
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
public final String resourceArn()
The Amazon Resource Name (ARN) of the service or service network.
public final String resourceId()
The ID of the service or service network.
public AccessLogSubscriptionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessLogSubscriptionSummary.Builder,AccessLogSubscriptionSummary>public static AccessLogSubscriptionSummary.Builder builder()
public static Class<? extends AccessLogSubscriptionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.