Class UrlEndpointSummary
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubrefactorspaces.model.UrlEndpointSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>
@Generated("software.amazon.awssdk:codegen") public final class UrlEndpointSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>
The summary of the configuration for the URL endpoint type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUrlEndpointSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UrlEndpointSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhealthUrl()The health check URL of the URL endpoint type.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UrlEndpointSummary.Builder>serializableBuilderClass()UrlEndpointSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The URL to route traffic to.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
healthUrl
public final String healthUrl()
The health check URL of the URL endpoint type. If the URL is a public endpoint, the
HealthUrlmust also be a public endpoint. If the URL is a private endpoint inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the host must be the same as the URL.- Returns:
- The health check URL of the URL endpoint type. If the URL is a public endpoint, the
HealthUrlmust also be a public endpoint. If the URL is a private endpoint inside a virtual private cloud (VPC), the health URL must also be a private endpoint, and the host must be the same as the URL.
-
url
public final String url()
The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a domain name, the name must be resolvable over the public internet. If the scheme is
https, the top level domain of the host must be listed in the IANA root zone database.- Returns:
- The URL to route traffic to. The URL must be an rfc3986-formatted URL. If the host is a domain
name, the name must be resolvable over the public internet. If the scheme is
https, the top level domain of the host must be listed in the IANA root zone database.
-
toBuilder
public UrlEndpointSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UrlEndpointSummary.Builder,UrlEndpointSummary>
-
builder
public static UrlEndpointSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends UrlEndpointSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-