@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDeploymentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDeploymentsResult() |
Modifier and Type | Method and Description |
---|---|
GetDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
List<EdgeDeployment> |
getDeployments()
Returns a list of the configurations of the active deployments on the device.
|
int |
hashCode() |
void |
setDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
|
String |
toString()
Returns a string representation of this object.
|
GetDeploymentsResult |
withDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
|
GetDeploymentsResult |
withDeployments(EdgeDeployment... deployments)
Returns a list of the configurations of the active deployments on the device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EdgeDeployment> getDeployments()
Returns a list of the configurations of the active deployments on the device.
public void setDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
deployments
- Returns a list of the configurations of the active deployments on the device.public GetDeploymentsResult withDeployments(EdgeDeployment... deployments)
Returns a list of the configurations of the active deployments on the device.
NOTE: This method appends the values to the existing list (if any). Use
setDeployments(java.util.Collection)
or withDeployments(java.util.Collection)
if you want to
override the existing values.
deployments
- Returns a list of the configurations of the active deployments on the device.public GetDeploymentsResult withDeployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
deployments
- Returns a list of the configurations of the active deployments on the device.public String toString()
toString
in class Object
Object.toString()
public GetDeploymentsResult clone()