com.amazonaws.services.elasticmapreduce.model
Class StepExecutionStatusDetail

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.StepExecutionStatusDetail

public class StepExecutionStatusDetail
extends Object

Step Execution Status Detail


Constructor Summary
StepExecutionStatusDetail()
           
 
Method Summary
 Date getCreationDateTime()
          Returns the value of the CreationDateTime property for this object.
 Date getEndDateTime()
          Returns the value of the EndDateTime property for this object.
 String getLastStateChangeReason()
          Returns the value of the LastStateChangeReason property for this object.
 Date getStartDateTime()
          Returns the value of the StartDateTime property for this object.
 String getState()
          Returns the value of the State property for this object.
 void setCreationDateTime(Date creationDateTime)
          Sets the value of the CreationDateTime property for this object.
 void setEndDateTime(Date endDateTime)
          Sets the value of the EndDateTime property for this object.
 void setLastStateChangeReason(String lastStateChangeReason)
          Sets the value of the LastStateChangeReason property for this object.
 void setStartDateTime(Date startDateTime)
          Sets the value of the StartDateTime property for this object.
 void setState(String state)
          Sets the value of the State property for this object.
 StepExecutionStatusDetail withCreationDateTime(Date creationDateTime)
          Sets the value of the CreationDateTime property for this object.
 StepExecutionStatusDetail withEndDateTime(Date endDateTime)
          Sets the value of the EndDateTime property for this object.
 StepExecutionStatusDetail withLastStateChangeReason(String lastStateChangeReason)
          Sets the value of the LastStateChangeReason property for this object.
 StepExecutionStatusDetail withStartDateTime(Date startDateTime)
          Sets the value of the StartDateTime property for this object.
 StepExecutionStatusDetail withState(String state)
          Sets the value of the State property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutionStatusDetail

public StepExecutionStatusDetail()
Method Detail

getState

public String getState()
Returns the value of the State property for this object.

Constraints:
Pattern: PENDING|RUNNING|COMPLETED|CANCELLED|FAILED|INTERRUPTED

Returns:
The value of the State property for this object.

setState

public void setState(String state)
Sets the value of the State property for this object.

Constraints:
Pattern: PENDING|RUNNING|COMPLETED|CANCELLED|FAILED|INTERRUPTED

Parameters:
state - The new value for the State property for this object.

withState

public StepExecutionStatusDetail withState(String state)
Sets the value of the State property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Pattern: PENDING|RUNNING|COMPLETED|CANCELLED|FAILED|INTERRUPTED

Parameters:
state - The new value for the State property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getCreationDateTime

public Date getCreationDateTime()
Returns the value of the CreationDateTime property for this object.

Returns:
The value of the CreationDateTime property for this object.

setCreationDateTime

public void setCreationDateTime(Date creationDateTime)
Sets the value of the CreationDateTime property for this object.

Parameters:
creationDateTime - The new value for the CreationDateTime property for this object.

withCreationDateTime

public StepExecutionStatusDetail withCreationDateTime(Date creationDateTime)
Sets the value of the CreationDateTime property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
creationDateTime - The new value for the CreationDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStartDateTime

public Date getStartDateTime()
Returns the value of the StartDateTime property for this object.

Returns:
The value of the StartDateTime property for this object.

setStartDateTime

public void setStartDateTime(Date startDateTime)
Sets the value of the StartDateTime property for this object.

Parameters:
startDateTime - The new value for the StartDateTime property for this object.

withStartDateTime

public StepExecutionStatusDetail withStartDateTime(Date startDateTime)
Sets the value of the StartDateTime property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
startDateTime - The new value for the StartDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getEndDateTime

public Date getEndDateTime()
Returns the value of the EndDateTime property for this object.

Returns:
The value of the EndDateTime property for this object.

setEndDateTime

public void setEndDateTime(Date endDateTime)
Sets the value of the EndDateTime property for this object.

Parameters:
endDateTime - The new value for the EndDateTime property for this object.

withEndDateTime

public StepExecutionStatusDetail withEndDateTime(Date endDateTime)
Sets the value of the EndDateTime property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
endDateTime - The new value for the EndDateTime property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getLastStateChangeReason

public String getLastStateChangeReason()
Returns the value of the LastStateChangeReason property for this object.

Returns:
The value of the LastStateChangeReason property for this object.

setLastStateChangeReason

public void setLastStateChangeReason(String lastStateChangeReason)
Sets the value of the LastStateChangeReason property for this object.

Parameters:
lastStateChangeReason - The new value for the LastStateChangeReason property for this object.

withLastStateChangeReason

public StepExecutionStatusDetail withLastStateChangeReason(String lastStateChangeReason)
Sets the value of the LastStateChangeReason property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
lastStateChangeReason - The new value for the LastStateChangeReason property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.