@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProgressDetail extends Object implements Serializable, Cloneable, StructuredPojo
Information about the progress of a deployment job.
| Constructor and Description |
|---|
ProgressDetail() |
| Modifier and Type | Method and Description |
|---|---|
ProgressDetail |
clone() |
boolean |
equals(Object obj) |
String |
getCurrentProgress()
The current progress status.
|
String |
getTargetResource()
The Amazon Resource Name (ARN) of the deployment job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCurrentProgress(String currentProgress)
The current progress status.
|
void |
setTargetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
|
String |
toString()
Returns a string representation of this object.
|
ProgressDetail |
withCurrentProgress(String currentProgress)
The current progress status.
|
ProgressDetail |
withTargetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
|
public void setCurrentProgress(String currentProgress)
The current progress status.
currentProgress - The current progress status.public String getCurrentProgress()
The current progress status.
public ProgressDetail withCurrentProgress(String currentProgress)
The current progress status.
currentProgress - The current progress status.public void setTargetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
targetResource - The Amazon Resource Name (ARN) of the deployment job.public String getTargetResource()
The Amazon Resource Name (ARN) of the deployment job.
public ProgressDetail withTargetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
targetResource - The Amazon Resource Name (ARN) of the deployment job.public String toString()
toString in class ObjectObject.toString()public ProgressDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.