@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStageDevicesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStageDevicesResult() |
Modifier and Type | Method and Description |
---|---|
ListStageDevicesResult |
clone() |
boolean |
equals(Object obj) |
List<DeviceDeploymentSummary> |
getDeviceDeploymentSummaries()
List of summaries of devices allocated to the stage.
|
String |
getNextToken()
The token to use when calling the next page of results.
|
int |
hashCode() |
void |
setDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
void |
setNextToken(String nextToken)
The token to use when calling the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListStageDevicesResult |
withDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResult |
withDeviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResult |
withNextToken(String nextToken)
The token to use when calling the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DeviceDeploymentSummary> getDeviceDeploymentSummaries()
List of summaries of devices allocated to the stage.
public void setDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
deviceDeploymentSummaries
- List of summaries of devices allocated to the stage.public ListStageDevicesResult withDeviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
NOTE: This method appends the values to the existing list (if any). Use
setDeviceDeploymentSummaries(java.util.Collection)
or
withDeviceDeploymentSummaries(java.util.Collection)
if you want to override the existing values.
deviceDeploymentSummaries
- List of summaries of devices allocated to the stage.public ListStageDevicesResult withDeviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
deviceDeploymentSummaries
- List of summaries of devices allocated to the stage.public void setNextToken(String nextToken)
The token to use when calling the next page of results.
nextToken
- The token to use when calling the next page of results.public String getNextToken()
The token to use when calling the next page of results.
public ListStageDevicesResult withNextToken(String nextToken)
The token to use when calling the next page of results.
nextToken
- The token to use when calling the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListStageDevicesResult clone()