@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTargetsWithJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateTargetsWithJobResult() |
Modifier and Type | Method and Description |
---|---|
AssociateTargetsWithJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A short text description of the job.
|
String |
getJobArn()
An ARN identifying the job.
|
String |
getJobId()
The unique identifier you assigned to this job when it was created.
|
int |
hashCode() |
void |
setDescription(String description)
A short text description of the job.
|
void |
setJobArn(String jobArn)
An ARN identifying the job.
|
void |
setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
String |
toString()
Returns a string representation of this object.
|
AssociateTargetsWithJobResult |
withDescription(String description)
A short text description of the job.
|
AssociateTargetsWithJobResult |
withJobArn(String jobArn)
An ARN identifying the job.
|
AssociateTargetsWithJobResult |
withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobArn(String jobArn)
An ARN identifying the job.
jobArn
- An ARN identifying the job.public String getJobArn()
An ARN identifying the job.
public AssociateTargetsWithJobResult withJobArn(String jobArn)
An ARN identifying the job.
jobArn
- An ARN identifying the job.public void setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.public String getJobId()
The unique identifier you assigned to this job when it was created.
public AssociateTargetsWithJobResult withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.public void setDescription(String description)
A short text description of the job.
description
- A short text description of the job.public String getDescription()
A short text description of the job.
public AssociateTargetsWithJobResult withDescription(String description)
A short text description of the job.
description
- A short text description of the job.public String toString()
toString
in class Object
Object.toString()
public AssociateTargetsWithJobResult clone()
Copyright © 2021. All rights reserved.