@Generated(value="software.amazon.awssdk:codegen") public final class ServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceConfiguration.Builder,ServiceConfiguration>
Describes a service configuration for a VPC endpoint service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
acceptanceRequired()
Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.
|
List<String> |
availabilityZones()
In the Availability Zones in which the service is available.
|
List<String> |
baseEndpointDnsNames()
The DNS names for the service.
|
static ServiceConfiguration.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 |
hasNetworkLoadBalancerArns()
Returns true if the NetworkLoadBalancerArns 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 it's VPC endpoints.
|
List<String> |
networkLoadBalancerArns()
The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.
|
String |
privateDnsName()
The private DNS name for the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceConfiguration.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the service.
|
String |
serviceName()
The name of the service.
|
ServiceState |
serviceState()
The service state.
|
String |
serviceStateAsString()
The service state.
|
List<ServiceTypeDetail> |
serviceType()
The type of service.
|
List<Tag> |
tags()
Any tags assigned to the service.
|
ServiceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasServiceType()
public 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 String serviceId()
The ID of the service.
public String serviceName()
The name of the service.
public ServiceState serviceState()
The service state.
If the service returns an enum value that is not available in the current SDK version, serviceState will
return ServiceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceStateAsString().
ServiceStatepublic String serviceStateAsString()
The service state.
If the service returns an enum value that is not available in the current SDK version, serviceState will
return ServiceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceStateAsString().
ServiceStatepublic boolean hasAvailabilityZones()
public List<String> availabilityZones()
In 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 Boolean acceptanceRequired()
Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.
public Boolean managesVpcEndpoints()
Indicates whether the service manages it's VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.
public boolean hasNetworkLoadBalancerArns()
public List<String> networkLoadBalancerArns()
The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNetworkLoadBalancerArns() to see if a value was sent in this field.
public boolean hasBaseEndpointDnsNames()
public 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 String privateDnsName()
The private DNS name for the service.
public boolean hasTags()
public 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 ServiceConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceConfiguration.Builder,ServiceConfiguration>public static ServiceConfiguration.Builder builder()
public static Class<? extends ServiceConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.