public class ListDomainConfigurationsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListDomainConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<DomainConfigurationSummary> |
getDomainConfigurations()
A list of objects that contain summary information about the user's
domain configurations.
|
java.lang.String |
getNextMarker()
The marker for the next set of results.
|
int |
hashCode() |
void |
setDomainConfigurations(java.util.Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's
domain configurations.
|
void |
setNextMarker(java.lang.String nextMarker)
The marker for the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDomainConfigurationsResult |
withDomainConfigurations(java.util.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(java.lang.String nextMarker)
The marker for the next set of results.
|
public java.util.List<DomainConfigurationSummary> getDomainConfigurations()
A list of objects that contain summary information about the user's domain configurations.
A list of objects that contain summary information about the user's domain configurations.
public void setDomainConfigurations(java.util.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.
Returns a reference to this object so that method calls can be chained together.
domainConfigurations
- A list of objects that contain summary information about the user's domain configurations.
public ListDomainConfigurationsResult withDomainConfigurations(java.util.Collection<DomainConfigurationSummary> domainConfigurations)
A list of objects that contain summary information about the user's domain configurations.
Returns a reference to this object so that method calls can be chained together.
domainConfigurations
- A list of objects that contain summary information about the user's domain configurations.
public java.lang.String getNextMarker()
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 setNextMarker(java.lang.String nextMarker)
The marker for the next set of results.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The marker for the next set of results.
public ListDomainConfigurationsResult withNextMarker(java.lang.String nextMarker)
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}
nextMarker
- The marker for the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.