@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result structure for the start a deployment request.
| Constructor and Description |
|---|
StartDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
StartDeploymentResult |
clone() |
boolean |
equals(Object obj) |
JobSummary |
getJobSummary()
The summary for the job.
|
int |
hashCode() |
void |
setJobSummary(JobSummary jobSummary)
The summary for the job.
|
String |
toString()
Returns a string representation of this object.
|
StartDeploymentResult |
withJobSummary(JobSummary jobSummary)
The summary for the job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobSummary(JobSummary jobSummary)
The summary for the job.
jobSummary - The summary for the job.public JobSummary getJobSummary()
The summary for the job.
public StartDeploymentResult withJobSummary(JobSummary jobSummary)
The summary for the job.
jobSummary - The summary for the job.public String toString()
toString in class ObjectObject.toString()public StartDeploymentResult clone()