@Generated(value="software.amazon.awssdk:codegen") public final class GetAccessLogSubscriptionResponse extends VpcLatticeResponse implements ToCopyableBuilder<GetAccessLogSubscriptionResponse.Builder,GetAccessLogSubscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAccessLogSubscriptionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the access log subscription.
|
static GetAccessLogSubscriptionResponse.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 access log 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 network or service.
|
String |
resourceId()
The ID of the service network or service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAccessLogSubscriptionResponse.Builder> |
serializableBuilderClass() |
GetAccessLogSubscriptionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 access log 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 network or service.
public final String resourceId()
The ID of the service network or service.
public GetAccessLogSubscriptionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAccessLogSubscriptionResponse.Builder,GetAccessLogSubscriptionResponse>toBuilder in class AwsResponsepublic static GetAccessLogSubscriptionResponse.Builder builder()
public static Class<? extends GetAccessLogSubscriptionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.