public class ListDomainConfigurationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of domain configurations for the user. This list is sorted alphabetically by domain configuration name.
The domain configuration feature is in public preview and is subject to change.
| Constructor and Description |
|---|
ListDomainConfigurationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
The marker for the next set of results.
|
java.lang.Integer |
getPageSize()
The result page size.
|
java.lang.String |
getServiceType()
The type of service delivered by the endpoint.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
The marker for the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The result page size.
|
void |
setServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
void |
setServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainConfigurationsRequest |
withMarker(java.lang.String marker)
The marker for the next set of results.
|
ListDomainConfigurationsRequest |
withPageSize(java.lang.Integer pageSize)
The result page size.
|
ListDomainConfigurationsRequest |
withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
ListDomainConfigurationsRequest |
withServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getMarker()
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The marker for the next set of results.
public void setMarker(java.lang.String marker)
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker - The marker for the next set of results.
public ListDomainConfigurationsRequest withMarker(java.lang.String marker)
The marker for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
marker - The marker for the next set of results.
public java.lang.Integer getPageSize()
The result page size.
Constraints:
Range: 1 - 250
The result page size.
public void setPageSize(java.lang.Integer pageSize)
The result page size.
Constraints:
Range: 1 - 250
pageSize - The result page size.
public ListDomainConfigurationsRequest withPageSize(java.lang.Integer pageSize)
The result page size.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
pageSize - The result page size.
public java.lang.String getServiceType()
The type of service delivered by the endpoint.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
The type of service delivered by the endpoint.
ServiceTypepublic void setServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType - The type of service delivered by the endpoint.
ServiceTypepublic ListDomainConfigurationsRequest withServiceType(java.lang.String serviceType)
The type of service delivered by the endpoint.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType - The type of service delivered by the endpoint.
ServiceTypepublic void setServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType - The type of service delivered by the endpoint.
ServiceTypepublic ListDomainConfigurationsRequest withServiceType(ServiceType serviceType)
The type of service delivered by the endpoint.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DATA, CREDENTIAL_PROVIDER, JOBS
serviceType - The type of service delivered by the endpoint.
ServiceTypepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.