public class GetDomainNamesResult extends Object implements Serializable, Cloneable
Represents a collection of DomainName resources.
Constructor and Description |
---|
GetDomainNamesResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainNamesResult |
clone() |
boolean |
equals(Object obj) |
List<DomainName> |
getItems()
The current page of any DomainName resources in the collection of
DomainName resources.
|
String |
getPosition() |
int |
hashCode() |
void |
setItems(Collection<DomainName> items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
void |
setPosition(String position) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDomainNamesResult |
withItems(Collection<DomainName> items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
GetDomainNamesResult |
withItems(DomainName... items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
GetDomainNamesResult |
withPosition(String position) |
public void setPosition(String position)
position
- public String getPosition()
public GetDomainNamesResult withPosition(String position)
position
- public List<DomainName> getItems()
The current page of any DomainName resources in the collection of DomainName resources.
public void setItems(Collection<DomainName> items)
The current page of any DomainName resources in the collection of DomainName resources.
items
- The current page of any DomainName resources in the
collection of DomainName resources.public GetDomainNamesResult withItems(DomainName... items)
The current page of any DomainName resources in the collection of DomainName resources.
NOTE: This method appends the values to the existing list (if
any). Use setItems(java.util.Collection)
or
withItems(java.util.Collection)
if you want to override the
existing values.
items
- The current page of any DomainName resources in the
collection of DomainName resources.public GetDomainNamesResult withItems(Collection<DomainName> items)
The current page of any DomainName resources in the collection of DomainName resources.
items
- The current page of any DomainName resources in the
collection of DomainName resources.public String toString()
toString
in class Object
Object.toString()
public GetDomainNamesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.