public class AssociateTargetsWithJobResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AssociateTargetsWithJobResult() |
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()
An ARN identifying the job.
|
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)
An ARN identifying the job.
|
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.
|
AssociateTargetsWithJobResult |
withDescription(java.lang.String description)
A short text description of the job.
|
AssociateTargetsWithJobResult |
withJobArn(java.lang.String jobArn)
An ARN identifying the job.
|
AssociateTargetsWithJobResult |
withJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
|
public java.lang.String getJobArn()
An ARN identifying the job.
An ARN identifying the job.
public void setJobArn(java.lang.String jobArn)
An ARN identifying the job.
jobArn
- An ARN identifying the job.
public AssociateTargetsWithJobResult withJobArn(java.lang.String jobArn)
An ARN identifying the job.
Returns a reference to this object so that method calls can be chained together.
jobArn
- An ARN identifying the job.
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 AssociateTargetsWithJobResult 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 AssociateTargetsWithJobResult 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.