ToCopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>@Generated("software.amazon.awssdk:codegen") public class ListDomainsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>
The ListDomains response includes the following elements.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListDomainsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListDomainsResponse.Builder |
builder() |
|
List<DomainSummary> |
domains() |
A summary of domains.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageMarker() |
If there are more domains than you specified for
MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of Marker. |
static Class<? extends ListDomainsResponse.Builder> |
serializableBuilderClass() |
|
ListDomainsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<DomainSummary> domains()
A summary of domains.
public String nextPageMarker()
If there are more domains than you specified for MaxItems in the request, submit another request and
include the value of NextPageMarker in the value of Marker.
MaxItems in the request, submit another
request and include the value of NextPageMarker in the value of Marker.public ListDomainsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListDomainsResponse.Builder,ListDomainsResponse>public static ListDomainsResponse.Builder builder()
public static Class<? extends ListDomainsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.