@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDomainConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDomainConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListDomainConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<DomainConfigurationSummary> |
getDomainConfigurations()
A list of objects that contain summary information about the user's domain configurations.
|
String |
getNextMarker()
The marker for the next set of results.
|
int |
hashCode() |
void |
setDomainConfigurations(Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
|
void |
setNextMarker(String nextMarker)
The marker for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListDomainConfigurationsResult |
withDomainConfigurations(Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
|
ListDomainConfigurationsResult |
withDomainConfigurations(DomainConfigurationSummary... domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
|
ListDomainConfigurationsResult |
withNextMarker(String nextMarker)
The marker for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DomainConfigurationSummary> getDomainConfigurations()
A list of objects that contain summary information about the user's domain configurations.
public void setDomainConfigurations(Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
domainConfigurations
- A list of objects that contain summary information about the user's domain configurations.public ListDomainConfigurationsResult withDomainConfigurations(DomainConfigurationSummary... domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
NOTE: This method appends the values to the existing list (if any). Use
setDomainConfigurations(java.util.Collection)
or withDomainConfigurations(java.util.Collection)
if you want to override the existing values.
domainConfigurations
- A list of objects that contain summary information about the user's domain configurations.public ListDomainConfigurationsResult withDomainConfigurations(Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
domainConfigurations
- A list of objects that contain summary information about the user's domain configurations.public void setNextMarker(String nextMarker)
The marker for the next set of results.
nextMarker
- The marker for the next set of results.public String getNextMarker()
The marker for the next set of results.
public ListDomainConfigurationsResult withNextMarker(String nextMarker)
The marker for the next set of results.
nextMarker
- The marker for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListDomainConfigurationsResult clone()