@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJobQueueResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateJobQueueResult() |
Modifier and Type | Method and Description |
---|---|
UpdateJobQueueResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobQueueArn()
The Amazon Resource Name (ARN) of the job queue.
|
String |
getJobQueueName()
The name of the job queue.
|
int |
hashCode() |
void |
setJobQueueArn(String jobQueueArn)
The Amazon Resource Name (ARN) of the job queue.
|
void |
setJobQueueName(String jobQueueName)
The name of the job queue.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateJobQueueResult |
withJobQueueArn(String jobQueueArn)
The Amazon Resource Name (ARN) of the job queue.
|
UpdateJobQueueResult |
withJobQueueName(String jobQueueName)
The name of the job queue.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobQueueName(String jobQueueName)
The name of the job queue.
jobQueueName
- The name of the job queue.public String getJobQueueName()
The name of the job queue.
public UpdateJobQueueResult withJobQueueName(String jobQueueName)
The name of the job queue.
jobQueueName
- The name of the job queue.public void setJobQueueArn(String jobQueueArn)
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn
- The Amazon Resource Name (ARN) of the job queue.public String getJobQueueArn()
The Amazon Resource Name (ARN) of the job queue.
public UpdateJobQueueResult withJobQueueArn(String jobQueueArn)
The Amazon Resource Name (ARN) of the job queue.
jobQueueArn
- The Amazon Resource Name (ARN) of the job queue.public String toString()
toString
in class Object
Object.toString()
public UpdateJobQueueResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.