@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DNSTargetResource extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DNSTargetResource() |
| Modifier and Type | Method and Description |
|---|---|
DNSTargetResource |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The DNS Name that acts as ingress point to a portion of application
|
String |
getHostedZoneArn()
The Hosted Zone ARN that contains the DNS record with the provided name of target resource.
|
String |
getRecordSetId()
The R53 Set Id to uniquely identify a record given a Name and a Type
|
String |
getRecordType()
The Type of DNS Record of target resource
|
TargetResource |
getTargetResource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomainName(String domainName)
The DNS Name that acts as ingress point to a portion of application
|
void |
setHostedZoneArn(String hostedZoneArn)
The Hosted Zone ARN that contains the DNS record with the provided name of target resource.
|
void |
setRecordSetId(String recordSetId)
The R53 Set Id to uniquely identify a record given a Name and a Type
|
void |
setRecordType(String recordType)
The Type of DNS Record of target resource
|
void |
setTargetResource(TargetResource targetResource) |
String |
toString()
Returns a string representation of this object.
|
DNSTargetResource |
withDomainName(String domainName)
The DNS Name that acts as ingress point to a portion of application
|
DNSTargetResource |
withHostedZoneArn(String hostedZoneArn)
The Hosted Zone ARN that contains the DNS record with the provided name of target resource.
|
DNSTargetResource |
withRecordSetId(String recordSetId)
The R53 Set Id to uniquely identify a record given a Name and a Type
|
DNSTargetResource |
withRecordType(String recordType)
The Type of DNS Record of target resource
|
DNSTargetResource |
withTargetResource(TargetResource targetResource) |
public void setDomainName(String domainName)
domainName - The DNS Name that acts as ingress point to a portion of applicationpublic String getDomainName()
public DNSTargetResource withDomainName(String domainName)
domainName - The DNS Name that acts as ingress point to a portion of applicationpublic void setHostedZoneArn(String hostedZoneArn)
hostedZoneArn - The Hosted Zone ARN that contains the DNS record with the provided name of target resource.public String getHostedZoneArn()
public DNSTargetResource withHostedZoneArn(String hostedZoneArn)
hostedZoneArn - The Hosted Zone ARN that contains the DNS record with the provided name of target resource.public void setRecordSetId(String recordSetId)
recordSetId - The R53 Set Id to uniquely identify a record given a Name and a Typepublic String getRecordSetId()
public DNSTargetResource withRecordSetId(String recordSetId)
recordSetId - The R53 Set Id to uniquely identify a record given a Name and a Typepublic void setRecordType(String recordType)
recordType - The Type of DNS Record of target resourcepublic String getRecordType()
public DNSTargetResource withRecordType(String recordType)
recordType - The Type of DNS Record of target resourcepublic void setTargetResource(TargetResource targetResource)
targetResource - public TargetResource getTargetResource()
public DNSTargetResource withTargetResource(TargetResource targetResource)
targetResource - public String toString()
toString in class ObjectObject.toString()public DNSTargetResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.