@Generated(value="software.amazon.awssdk:codegen") public final class AuthorizeVpcEndpointAccessResponse extends ElasticsearchResponse implements ToCopyableBuilder<AuthorizeVpcEndpointAccessResponse.Builder,AuthorizeVpcEndpointAccessResponse>
Container for response parameters to the AuthorizeVpcEndpointAccess operation. Contains the
account ID and the type of the account being authorized to access the VPC endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizeVpcEndpointAccessResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedPrincipal |
authorizedPrincipal()
Information about the account or service that was provided access to the domain.
|
static AuthorizeVpcEndpointAccessResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthorizeVpcEndpointAccessResponse.Builder> |
serializableBuilderClass() |
AuthorizeVpcEndpointAccessResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AuthorizedPrincipal authorizedPrincipal()
Information about the account or service that was provided access to the domain.
public AuthorizeVpcEndpointAccessResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthorizeVpcEndpointAccessResponse.Builder,AuthorizeVpcEndpointAccessResponse>toBuilder in class AwsResponsepublic static AuthorizeVpcEndpointAccessResponse.Builder builder()
public static Class<? extends AuthorizeVpcEndpointAccessResponse.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.