@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeploymentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for start a deployment.
Constructor and Description |
---|
StartDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
StartDeploymentResult |
clone() |
boolean |
equals(Object obj) |
JobSummary |
getJobSummary()
Summary for the Job.
|
int |
hashCode() |
void |
setJobSummary(JobSummary jobSummary)
Summary for the Job.
|
String |
toString()
Returns a string representation of this object.
|
StartDeploymentResult |
withJobSummary(JobSummary jobSummary)
Summary for the Job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobSummary(JobSummary jobSummary)
Summary for the Job.
jobSummary
- Summary for the Job.public JobSummary getJobSummary()
Summary for the Job.
public StartDeploymentResult withJobSummary(JobSummary jobSummary)
Summary for the Job.
jobSummary
- Summary for the Job.public String toString()
toString
in class Object
Object.toString()
public StartDeploymentResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.