@Generated(value="software.amazon.awssdk:codegen") public final class DNSTargetResource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DNSTargetResource.Builder,DNSTargetResource>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DNSTargetResource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DNSTargetResource.Builder |
builder() |
String |
domainName()
The DNS Name that acts as ingress point to a portion of application
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneArn()
The Hosted Zone ARN that contains the DNS record with the provided name of target resource.
|
String |
recordSetId()
The R53 Set Id to uniquely identify a record given a Name and a Type
|
String |
recordType()
The Type of DNS Record of target resource
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DNSTargetResource.Builder> |
serializableBuilderClass() |
TargetResource |
targetResource()
Returns the value of the TargetResource property for this object.
|
DNSTargetResource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
public final String hostedZoneArn()
public final String recordSetId()
public final String recordType()
public final TargetResource targetResource()
public DNSTargetResource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DNSTargetResource.Builder,DNSTargetResource>public static DNSTargetResource.Builder builder()
public static Class<? extends DNSTargetResource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.