@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterJobDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterJobDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
RegisterJobDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobDefinitionArn()
The Amazon Resource Name (ARN) of the job definition.
|
String |
getJobDefinitionName()
The name of the job definition.
|
Integer |
getRevision()
The revision of the job definition.
|
int |
hashCode() |
void |
setJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the job definition.
|
void |
setJobDefinitionName(String jobDefinitionName)
The name of the job definition.
|
void |
setRevision(Integer revision)
The revision of the job definition.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RegisterJobDefinitionResult |
withJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the job definition.
|
RegisterJobDefinitionResult |
withJobDefinitionName(String jobDefinitionName)
The name of the job definition.
|
RegisterJobDefinitionResult |
withRevision(Integer revision)
The revision of the job definition.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobDefinitionName(String jobDefinitionName)
The name of the job definition.
jobDefinitionName
- The name of the job definition.public String getJobDefinitionName()
The name of the job definition.
public RegisterJobDefinitionResult withJobDefinitionName(String jobDefinitionName)
The name of the job definition.
jobDefinitionName
- The name of the job definition.public void setJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the job definition.
jobDefinitionArn
- The Amazon Resource Name (ARN) of the job definition.public String getJobDefinitionArn()
The Amazon Resource Name (ARN) of the job definition.
public RegisterJobDefinitionResult withJobDefinitionArn(String jobDefinitionArn)
The Amazon Resource Name (ARN) of the job definition.
jobDefinitionArn
- The Amazon Resource Name (ARN) of the job definition.public void setRevision(Integer revision)
The revision of the job definition.
revision
- The revision of the job definition.public Integer getRevision()
The revision of the job definition.
public RegisterJobDefinitionResult withRevision(Integer revision)
The revision of the job definition.
revision
- The revision of the job definition.public String toString()
toString
in class Object
Object.toString()
public RegisterJobDefinitionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.