@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EdgeDeploymentPlanSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information summarizing an edge deployment plan.
Constructor and Description |
---|
EdgeDeploymentPlanSummary() |
Modifier and Type | Method and Description |
---|---|
EdgeDeploymentPlanSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time when the edge deployment plan was created.
|
String |
getDeviceFleetName()
The name of the device fleet used for the deployment.
|
Integer |
getEdgeDeploymentFailed()
The number of edge devices that failed the deployment.
|
Integer |
getEdgeDeploymentPending()
The number of edge devices yet to pick up the deployment, or in progress.
|
String |
getEdgeDeploymentPlanArn()
The ARN of the edge deployment plan.
|
String |
getEdgeDeploymentPlanName()
The name of the edge deployment plan.
|
Integer |
getEdgeDeploymentSuccess()
The number of edge devices with the successful deployment.
|
Date |
getLastModifiedTime()
The time when the edge deployment plan was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time when the edge deployment plan was created.
|
void |
setDeviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
|
void |
setEdgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
|
void |
setEdgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
|
void |
setEdgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
|
void |
setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
void |
setEdgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time when the edge deployment plan was last updated.
|
String |
toString()
Returns a string representation of this object.
|
EdgeDeploymentPlanSummary |
withCreationTime(Date creationTime)
The time when the edge deployment plan was created.
|
EdgeDeploymentPlanSummary |
withDeviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
|
EdgeDeploymentPlanSummary |
withEdgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
|
EdgeDeploymentPlanSummary |
withEdgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
|
EdgeDeploymentPlanSummary |
withEdgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
|
EdgeDeploymentPlanSummary |
withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
|
EdgeDeploymentPlanSummary |
withEdgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
|
EdgeDeploymentPlanSummary |
withLastModifiedTime(Date lastModifiedTime)
The time when the edge deployment plan was last updated.
|
public void setEdgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
edgeDeploymentPlanArn
- The ARN of the edge deployment plan.public String getEdgeDeploymentPlanArn()
The ARN of the edge deployment plan.
public EdgeDeploymentPlanSummary withEdgeDeploymentPlanArn(String edgeDeploymentPlanArn)
The ARN of the edge deployment plan.
edgeDeploymentPlanArn
- The ARN of the edge deployment plan.public void setEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName
- The name of the edge deployment plan.public String getEdgeDeploymentPlanName()
The name of the edge deployment plan.
public EdgeDeploymentPlanSummary withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan.
edgeDeploymentPlanName
- The name of the edge deployment plan.public void setDeviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
deviceFleetName
- The name of the device fleet used for the deployment.public String getDeviceFleetName()
The name of the device fleet used for the deployment.
public EdgeDeploymentPlanSummary withDeviceFleetName(String deviceFleetName)
The name of the device fleet used for the deployment.
deviceFleetName
- The name of the device fleet used for the deployment.public void setEdgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
edgeDeploymentSuccess
- The number of edge devices with the successful deployment.public Integer getEdgeDeploymentSuccess()
The number of edge devices with the successful deployment.
public EdgeDeploymentPlanSummary withEdgeDeploymentSuccess(Integer edgeDeploymentSuccess)
The number of edge devices with the successful deployment.
edgeDeploymentSuccess
- The number of edge devices with the successful deployment.public void setEdgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
edgeDeploymentPending
- The number of edge devices yet to pick up the deployment, or in progress.public Integer getEdgeDeploymentPending()
The number of edge devices yet to pick up the deployment, or in progress.
public EdgeDeploymentPlanSummary withEdgeDeploymentPending(Integer edgeDeploymentPending)
The number of edge devices yet to pick up the deployment, or in progress.
edgeDeploymentPending
- The number of edge devices yet to pick up the deployment, or in progress.public void setEdgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
edgeDeploymentFailed
- The number of edge devices that failed the deployment.public Integer getEdgeDeploymentFailed()
The number of edge devices that failed the deployment.
public EdgeDeploymentPlanSummary withEdgeDeploymentFailed(Integer edgeDeploymentFailed)
The number of edge devices that failed the deployment.
edgeDeploymentFailed
- The number of edge devices that failed the deployment.public void setCreationTime(Date creationTime)
The time when the edge deployment plan was created.
creationTime
- The time when the edge deployment plan was created.public Date getCreationTime()
The time when the edge deployment plan was created.
public EdgeDeploymentPlanSummary withCreationTime(Date creationTime)
The time when the edge deployment plan was created.
creationTime
- The time when the edge deployment plan was created.public void setLastModifiedTime(Date lastModifiedTime)
The time when the edge deployment plan was last updated.
lastModifiedTime
- The time when the edge deployment plan was last updated.public Date getLastModifiedTime()
The time when the edge deployment plan was last updated.
public EdgeDeploymentPlanSummary withLastModifiedTime(Date lastModifiedTime)
The time when the edge deployment plan was last updated.
lastModifiedTime
- The time when the edge deployment plan was last updated.public String toString()
toString
in class Object
Object.toString()
public EdgeDeploymentPlanSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.