@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlPanelsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListControlPanelsResult() |
Modifier and Type | Method and Description |
---|---|
ListControlPanelsResult |
clone() |
boolean |
equals(Object obj) |
List<ControlPanel> |
getControlPanels()
The result of a successful ListControlPanel request.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
int |
hashCode() |
void |
setControlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
String |
toString()
Returns a string representation of this object.
|
ListControlPanelsResult |
withControlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
|
ListControlPanelsResult |
withControlPanels(ControlPanel... controlPanels)
The result of a successful ListControlPanel request.
|
ListControlPanelsResult |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ControlPanel> getControlPanels()
The result of a successful ListControlPanel request.
public void setControlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
controlPanels
- The result of a successful ListControlPanel request.public ListControlPanelsResult withControlPanels(ControlPanel... controlPanels)
The result of a successful ListControlPanel request.
NOTE: This method appends the values to the existing list (if any). Use
setControlPanels(java.util.Collection)
or withControlPanels(java.util.Collection)
if you want
to override the existing values.
controlPanels
- The result of a successful ListControlPanel request.public ListControlPanelsResult withControlPanels(Collection<ControlPanel> controlPanels)
The result of a successful ListControlPanel request.
controlPanels
- The result of a successful ListControlPanel request.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListControlPanelsResult withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String toString()
toString
in class Object
Object.toString()
public ListControlPanelsResult clone()