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