@Generated(value="software.amazon.awssdk:codegen") public final class ServiceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceDetail.Builder,ServiceDetail>
Describes a VPC endpoint service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
acceptanceRequired()
Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.
|
List<String> |
availabilityZones()
The Availability Zones in which the service is available.
|
List<String> |
baseEndpointDnsNames()
The DNS names for the service.
|
static ServiceDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAvailabilityZones()
Returns true if the AvailabilityZones property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasBaseEndpointDnsNames()
Returns true if the BaseEndpointDnsNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasPrivateDnsNames()
Returns true if the PrivateDnsNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasServiceType()
Returns true if the ServiceType property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Boolean |
managesVpcEndpoints()
Indicates whether the service manages its VPC endpoints.
|
String |
owner()
The AWS account ID of the service owner.
|
String |
privateDnsName()
The private DNS name for the service.
|
List<PrivateDnsDetails> |
privateDnsNames()
The private DNS names assigned to the VPC endpoint service.
|
DnsNameState |
privateDnsNameVerificationState()
The verification state of the VPC endpoint service.
|
String |
privateDnsNameVerificationStateAsString()
The verification state of the VPC endpoint service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceDetail.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the endpoint service.
|
String |
serviceName()
The Amazon Resource Name (ARN) of the service.
|
List<ServiceTypeDetail> |
serviceType()
The type of service.
|
List<Tag> |
tags()
Any tags assigned to the service.
|
ServiceDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
vpcEndpointPolicySupported()
Indicates whether the service supports endpoint policies.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceName()
The Amazon Resource Name (ARN) of the service.
public final String serviceId()
The ID of the endpoint service.
public final boolean hasServiceType()
public final List<ServiceTypeDetail> serviceType()
The type of service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasServiceType() to see if a value was sent in this field.
public final boolean hasAvailabilityZones()
public final List<String> availabilityZones()
The Availability Zones in which the service is available.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasAvailabilityZones() to see if a value was sent in this field.
public final String owner()
The AWS account ID of the service owner.
public final boolean hasBaseEndpointDnsNames()
public final List<String> baseEndpointDnsNames()
The DNS names for the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBaseEndpointDnsNames() to see if a value was sent in this field.
public final String privateDnsName()
The private DNS name for the service.
public final boolean hasPrivateDnsNames()
public final List<PrivateDnsDetails> privateDnsNames()
The private DNS names assigned to the VPC endpoint service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPrivateDnsNames() to see if a value was sent in this field.
public final Boolean vpcEndpointPolicySupported()
Indicates whether the service supports endpoint policies.
public final Boolean acceptanceRequired()
Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.
public final Boolean managesVpcEndpoints()
Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.
public final boolean hasTags()
public final List<Tag> tags()
Any tags assigned to the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final DnsNameState privateDnsNameVerificationState()
The verification state of the VPC endpoint service.
Consumers of the endpoint service cannot use the private name when the state is not verified.
If the service returns an enum value that is not available in the current SDK version,
privateDnsNameVerificationState will return DnsNameState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from privateDnsNameVerificationStateAsString().
Consumers of the endpoint service cannot use the private name when the state is not verified.
DnsNameStatepublic final String privateDnsNameVerificationStateAsString()
The verification state of the VPC endpoint service.
Consumers of the endpoint service cannot use the private name when the state is not verified.
If the service returns an enum value that is not available in the current SDK version,
privateDnsNameVerificationState will return DnsNameState.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from privateDnsNameVerificationStateAsString().
Consumers of the endpoint service cannot use the private name when the state is not verified.
DnsNameStatepublic ServiceDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceDetail.Builder,ServiceDetail>public static ServiceDetail.Builder builder()
public static Class<? extends ServiceDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.