@Generated(value="software.amazon.awssdk:codegen") public final class ResourceRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceRecord.Builder,ResourceRecord>
Describes the domain name system (DNS) records to add to your domain's DNS to validate it for an Amazon Lightsail certificate.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceRecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRecord.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the record.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceRecord.Builder> |
serializableBuilderClass() |
ResourceRecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The DNS record type.
|
String |
value()
The value for the DNS record.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the record.
public final String type()
The DNS record type.
public final String value()
The value for the DNS record.
public ResourceRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceRecord.Builder,ResourceRecord>public static ResourceRecord.Builder builder()
public static Class<? extends ResourceRecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.