@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetDeploymentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ResetDeploymentsResult() |
Modifier and Type | Method and Description |
---|---|
ResetDeploymentsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentArn()
The ARN of the deployment.
|
String |
getDeploymentId()
The ID of the deployment.
|
int |
hashCode() |
void |
setDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
void |
setDeploymentId(String deploymentId)
The ID of the deployment.
|
String |
toString()
Returns a string representation of this object.
|
ResetDeploymentsResult |
withDeploymentArn(String deploymentArn)
The ARN of the deployment.
|
ResetDeploymentsResult |
withDeploymentId(String deploymentId)
The ID of the deployment.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDeploymentArn(String deploymentArn)
deploymentArn
- The ARN of the deployment.public String getDeploymentArn()
public ResetDeploymentsResult withDeploymentArn(String deploymentArn)
deploymentArn
- The ARN of the deployment.public void setDeploymentId(String deploymentId)
deploymentId
- The ID of the deployment.public String getDeploymentId()
public ResetDeploymentsResult withDeploymentId(String deploymentId)
deploymentId
- The ID of the deployment.public String toString()
toString
in class Object
Object.toString()
public ResetDeploymentsResult clone()