@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLayoutsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLayoutsResult() |
Modifier and Type | Method and Description |
---|---|
ListLayoutsResult |
clone() |
boolean |
equals(Object obj) |
List<LayoutSummary> |
getLayouts()
The layouts for the domain.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setLayouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLayoutsResult |
withLayouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
|
ListLayoutsResult |
withLayouts(LayoutSummary... layouts)
The layouts for the domain.
|
ListLayoutsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LayoutSummary> getLayouts()
The layouts for the domain.
public void setLayouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
layouts
- The layouts for the domain.public ListLayoutsResult withLayouts(LayoutSummary... layouts)
The layouts for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setLayouts(java.util.Collection)
or withLayouts(java.util.Collection)
if you want to override
the existing values.
layouts
- The layouts for the domain.public ListLayoutsResult withLayouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
layouts
- The layouts for the domain.public void setNextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken
- The token for the next set of results. This is null if there are no more results to return.public String getNextToken()
The token for the next set of results. This is null if there are no more results to return.
public ListLayoutsResult withNextToken(String nextToken)
The token for the next set of results. This is null if there are no more results to return.
nextToken
- The token for the next set of results. This is null if there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public ListLayoutsResult clone()