@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAccessLogSubscriptionResponse extends VpcLatticeResponse implements ToCopyableBuilder<UpdateAccessLogSubscriptionResponse.Builder,UpdateAccessLogSubscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAccessLogSubscriptionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the access log subscription.
|
static UpdateAccessLogSubscriptionResponse.Builder |
builder() |
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.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the access log subscription.
|
String |
resourceId()
The ID of the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAccessLogSubscriptionResponse.Builder> |
serializableBuilderClass() |
UpdateAccessLogSubscriptionResponse.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 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 String resourceArn()
The Amazon Resource Name (ARN) of the access log subscription.
public final String resourceId()
The ID of the resource.
public UpdateAccessLogSubscriptionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAccessLogSubscriptionResponse.Builder,UpdateAccessLogSubscriptionResponse>toBuilder in class AwsResponsepublic static UpdateAccessLogSubscriptionResponse.Builder builder()
public static Class<? extends UpdateAccessLogSubscriptionResponse.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.