@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobRunAttemptSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of attributes associated with a job run attempt.
Constructor and Description |
---|
JobRunAttemptSummary() |
Modifier and Type | Method and Description |
---|---|
JobRunAttemptSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The ID of the application the job is running on.
|
String |
getArn()
The Amazon Resource Name (ARN) of the job run.
|
Integer |
getAttempt()
The attempt number of the job run execution.
|
Date |
getCreatedAt()
The date and time when the job run attempt was created.
|
String |
getCreatedBy()
The user who created the job run.
|
String |
getExecutionRole()
The Amazon Resource Name (ARN) of the execution role of the job run..
|
String |
getId()
The ID of the job run attempt.
|
Date |
getJobCreatedAt()
The date and time of when the job run was created.
|
String |
getMode()
The mode of the job run attempt.
|
String |
getName()
The name of the job run attempt.
|
String |
getReleaseLabel()
The Amazon EMR release label of the job run attempt.
|
String |
getState()
The state of the job run attempt.
|
String |
getStateDetails()
The state details of the job run attempt.
|
String |
getType()
The type of the job run, such as Spark or Hive.
|
Date |
getUpdatedAt()
The date and time of when the job run attempt was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The ID of the application the job is running on.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the job run.
|
void |
setAttempt(Integer attempt)
The attempt number of the job run execution.
|
void |
setCreatedAt(Date createdAt)
The date and time when the job run attempt was created.
|
void |
setCreatedBy(String createdBy)
The user who created the job run.
|
void |
setExecutionRole(String executionRole)
The Amazon Resource Name (ARN) of the execution role of the job run..
|
void |
setId(String id)
The ID of the job run attempt.
|
void |
setJobCreatedAt(Date jobCreatedAt)
The date and time of when the job run was created.
|
void |
setMode(String mode)
The mode of the job run attempt.
|
void |
setName(String name)
The name of the job run attempt.
|
void |
setReleaseLabel(String releaseLabel)
The Amazon EMR release label of the job run attempt.
|
void |
setState(String state)
The state of the job run attempt.
|
void |
setStateDetails(String stateDetails)
The state details of the job run attempt.
|
void |
setType(String type)
The type of the job run, such as Spark or Hive.
|
void |
setUpdatedAt(Date updatedAt)
The date and time of when the job run attempt was last updated.
|
String |
toString()
Returns a string representation of this object.
|
JobRunAttemptSummary |
withApplicationId(String applicationId)
The ID of the application the job is running on.
|
JobRunAttemptSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the job run.
|
JobRunAttemptSummary |
withAttempt(Integer attempt)
The attempt number of the job run execution.
|
JobRunAttemptSummary |
withCreatedAt(Date createdAt)
The date and time when the job run attempt was created.
|
JobRunAttemptSummary |
withCreatedBy(String createdBy)
The user who created the job run.
|
JobRunAttemptSummary |
withExecutionRole(String executionRole)
The Amazon Resource Name (ARN) of the execution role of the job run..
|
JobRunAttemptSummary |
withId(String id)
The ID of the job run attempt.
|
JobRunAttemptSummary |
withJobCreatedAt(Date jobCreatedAt)
The date and time of when the job run was created.
|
JobRunAttemptSummary |
withMode(JobRunMode mode)
The mode of the job run attempt.
|
JobRunAttemptSummary |
withMode(String mode)
The mode of the job run attempt.
|
JobRunAttemptSummary |
withName(String name)
The name of the job run attempt.
|
JobRunAttemptSummary |
withReleaseLabel(String releaseLabel)
The Amazon EMR release label of the job run attempt.
|
JobRunAttemptSummary |
withState(JobRunState state)
The state of the job run attempt.
|
JobRunAttemptSummary |
withState(String state)
The state of the job run attempt.
|
JobRunAttemptSummary |
withStateDetails(String stateDetails)
The state details of the job run attempt.
|
JobRunAttemptSummary |
withType(String type)
The type of the job run, such as Spark or Hive.
|
JobRunAttemptSummary |
withUpdatedAt(Date updatedAt)
The date and time of when the job run attempt was last updated.
|
public void setApplicationId(String applicationId)
The ID of the application the job is running on.
applicationId
- The ID of the application the job is running on.public String getApplicationId()
The ID of the application the job is running on.
public JobRunAttemptSummary withApplicationId(String applicationId)
The ID of the application the job is running on.
applicationId
- The ID of the application the job is running on.public void setId(String id)
The ID of the job run attempt.
id
- The ID of the job run attempt.public String getId()
The ID of the job run attempt.
public JobRunAttemptSummary withId(String id)
The ID of the job run attempt.
id
- The ID of the job run attempt.public void setName(String name)
The name of the job run attempt.
name
- The name of the job run attempt.public String getName()
The name of the job run attempt.
public JobRunAttemptSummary withName(String name)
The name of the job run attempt.
name
- The name of the job run attempt.public void setMode(String mode)
The mode of the job run attempt.
mode
- The mode of the job run attempt.JobRunMode
public String getMode()
The mode of the job run attempt.
JobRunMode
public JobRunAttemptSummary withMode(String mode)
The mode of the job run attempt.
mode
- The mode of the job run attempt.JobRunMode
public JobRunAttemptSummary withMode(JobRunMode mode)
The mode of the job run attempt.
mode
- The mode of the job run attempt.JobRunMode
public void setArn(String arn)
The Amazon Resource Name (ARN) of the job run.
arn
- The Amazon Resource Name (ARN) of the job run.public String getArn()
The Amazon Resource Name (ARN) of the job run.
public JobRunAttemptSummary withArn(String arn)
The Amazon Resource Name (ARN) of the job run.
arn
- The Amazon Resource Name (ARN) of the job run.public void setCreatedBy(String createdBy)
The user who created the job run.
createdBy
- The user who created the job run.public String getCreatedBy()
The user who created the job run.
public JobRunAttemptSummary withCreatedBy(String createdBy)
The user who created the job run.
createdBy
- The user who created the job run.public void setJobCreatedAt(Date jobCreatedAt)
The date and time of when the job run was created.
jobCreatedAt
- The date and time of when the job run was created.public Date getJobCreatedAt()
The date and time of when the job run was created.
public JobRunAttemptSummary withJobCreatedAt(Date jobCreatedAt)
The date and time of when the job run was created.
jobCreatedAt
- The date and time of when the job run was created.public void setCreatedAt(Date createdAt)
The date and time when the job run attempt was created.
createdAt
- The date and time when the job run attempt was created.public Date getCreatedAt()
The date and time when the job run attempt was created.
public JobRunAttemptSummary withCreatedAt(Date createdAt)
The date and time when the job run attempt was created.
createdAt
- The date and time when the job run attempt was created.public void setUpdatedAt(Date updatedAt)
The date and time of when the job run attempt was last updated.
updatedAt
- The date and time of when the job run attempt was last updated.public Date getUpdatedAt()
The date and time of when the job run attempt was last updated.
public JobRunAttemptSummary withUpdatedAt(Date updatedAt)
The date and time of when the job run attempt was last updated.
updatedAt
- The date and time of when the job run attempt was last updated.public void setExecutionRole(String executionRole)
The Amazon Resource Name (ARN) of the execution role of the job run..
executionRole
- The Amazon Resource Name (ARN) of the execution role of the job run..public String getExecutionRole()
The Amazon Resource Name (ARN) of the execution role of the job run..
public JobRunAttemptSummary withExecutionRole(String executionRole)
The Amazon Resource Name (ARN) of the execution role of the job run..
executionRole
- The Amazon Resource Name (ARN) of the execution role of the job run..public void setState(String state)
The state of the job run attempt.
state
- The state of the job run attempt.JobRunState
public String getState()
The state of the job run attempt.
JobRunState
public JobRunAttemptSummary withState(String state)
The state of the job run attempt.
state
- The state of the job run attempt.JobRunState
public JobRunAttemptSummary withState(JobRunState state)
The state of the job run attempt.
state
- The state of the job run attempt.JobRunState
public void setStateDetails(String stateDetails)
The state details of the job run attempt.
stateDetails
- The state details of the job run attempt.public String getStateDetails()
The state details of the job run attempt.
public JobRunAttemptSummary withStateDetails(String stateDetails)
The state details of the job run attempt.
stateDetails
- The state details of the job run attempt.public void setReleaseLabel(String releaseLabel)
The Amazon EMR release label of the job run attempt.
releaseLabel
- The Amazon EMR release label of the job run attempt.public String getReleaseLabel()
The Amazon EMR release label of the job run attempt.
public JobRunAttemptSummary withReleaseLabel(String releaseLabel)
The Amazon EMR release label of the job run attempt.
releaseLabel
- The Amazon EMR release label of the job run attempt.public void setType(String type)
The type of the job run, such as Spark or Hive.
type
- The type of the job run, such as Spark or Hive.public String getType()
The type of the job run, such as Spark or Hive.
public JobRunAttemptSummary withType(String type)
The type of the job run, such as Spark or Hive.
type
- The type of the job run, such as Spark or Hive.public void setAttempt(Integer attempt)
The attempt number of the job run execution.
attempt
- The attempt number of the job run execution.public Integer getAttempt()
The attempt number of the job run execution.
public JobRunAttemptSummary withAttempt(Integer attempt)
The attempt number of the job run execution.
attempt
- The attempt number of the job run execution.public String toString()
toString
in class Object
Object.toString()
public JobRunAttemptSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.