public class CancelJobResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CancelJobResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
A short text description of the job.
|
java.lang.String |
getJobArn()
The job ARN.
|
java.lang.String |
getJobId()
The unique identifier you assigned to this job when it was created.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
A short text description of the job.
|
void |
setJobArn(java.lang.String jobArn)
The job ARN.
|
void |
setJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelJobResult |
withDescription(java.lang.String description)
A short text description of the job.
|
CancelJobResult |
withJobArn(java.lang.String jobArn)
The job ARN.
|
CancelJobResult |
withJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
|
public java.lang.String getJobArn()
The job ARN.
The job ARN.
public void setJobArn(java.lang.String jobArn)
The job ARN.
jobArn
- The job ARN.
public CancelJobResult withJobArn(java.lang.String jobArn)
The job ARN.
Returns a reference to this object so that method calls can be chained together.
jobArn
- The job ARN.
public java.lang.String getJobId()
The unique identifier you assigned to this job when it was created.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_-]+
The unique identifier you assigned to this job when it was created.
public void setJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_-]+
jobId
- The unique identifier you assigned to this job when it was created.
public CancelJobResult withJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_-]+
jobId
- The unique identifier you assigned to this job when it was created.
public java.lang.String getDescription()
A short text description of the job.
Constraints:
Length: - 2028
Pattern: [^\p{C}]+
A short text description of the job.
public void setDescription(java.lang.String description)
A short text description of the job.
Constraints:
Length: - 2028
Pattern: [^\p{C}]+
description
- A short text description of the job.
public CancelJobResult withDescription(java.lang.String description)
A short text description of the job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 2028
Pattern: [^\p{C}]+
description
- A short text description of the job.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.