@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomDomainsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCustomDomainsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomDomainsResult |
clone() |
boolean |
equals(Object obj) |
List<CustomDomain> |
getCustomDomains()
A list of descriptions of custom domain names that are associated with the service.
|
String |
getDNSTarget()
The App Runner subdomain of the App Runner service.
|
String |
getNextToken()
The token that you can pass in a subsequent request to get the next result page.
|
String |
getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.
|
List<VpcDNSTarget> |
getVpcDNSTargets()
DNS Target records for the custom domains of this Amazon VPC.
|
int |
hashCode() |
void |
setCustomDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
void |
setDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service.
|
void |
setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.
|
void |
setVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomDomainsResult |
withCustomDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResult |
withCustomDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResult |
withDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service.
|
DescribeCustomDomainsResult |
withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
DescribeCustomDomainsResult |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.
|
DescribeCustomDomainsResult |
withVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResult |
withVpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
dNSTarget
- The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this
target name.public String getDNSTarget()
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
public DescribeCustomDomainsResult withDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
dNSTarget
- The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this
target name.public void setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.public String getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
public DescribeCustomDomainsResult withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.public List<CustomDomain> getCustomDomains()
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the
request returns up to MaxResults
records per call.
MaxResults
records per call.public void setCustomDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the
request returns up to MaxResults
records per call.
customDomains
- A list of descriptions of custom domain names that are associated with the service. In a paginated
request, the request returns up to MaxResults
records per call.public DescribeCustomDomainsResult withCustomDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the
request returns up to MaxResults
records per call.
NOTE: This method appends the values to the existing list (if any). Use
setCustomDomains(java.util.Collection)
or withCustomDomains(java.util.Collection)
if you want
to override the existing values.
customDomains
- A list of descriptions of custom domain names that are associated with the service. In a paginated
request, the request returns up to MaxResults
records per call.public DescribeCustomDomainsResult withCustomDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the
request returns up to MaxResults
records per call.
customDomains
- A list of descriptions of custom domain names that are associated with the service. In a paginated
request, the request returns up to MaxResults
records per call.public List<VpcDNSTarget> getVpcDNSTargets()
DNS Target records for the custom domains of this Amazon VPC.
public void setVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
vpcDNSTargets
- DNS Target records for the custom domains of this Amazon VPC.public DescribeCustomDomainsResult withVpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
NOTE: This method appends the values to the existing list (if any). Use
setVpcDNSTargets(java.util.Collection)
or withVpcDNSTargets(java.util.Collection)
if you want
to override the existing values.
vpcDNSTargets
- DNS Target records for the custom domains of this Amazon VPC.public DescribeCustomDomainsResult withVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
vpcDNSTargets
- DNS Target records for the custom domains of this Amazon VPC.public void setNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken
- The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String getNextToken()
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
public DescribeCustomDomainsResult withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken
- The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.public String toString()
toString
in class Object
Object.toString()
public DescribeCustomDomainsResult clone()