Describes the status of the job flow.

Namespace: Amazon.ElasticMapReduce.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class JobFlowExecutionStatusDetail
Public Class JobFlowExecutionStatusDetail
public ref class JobFlowExecutionStatusDetail

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
JobFlowExecutionStatusDetail()()()()
Initializes a new instance of the JobFlowExecutionStatusDetail class
CreationDateTime
The creation date and time of the job flow.
EndDateTime
The completion date and time of the job flow.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
LastStateChangeReason
Description of the job flow last changed state.

Constraints:

Length
0 - 10280
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*

ReadyDateTime
The date and time when the job flow was ready to start running bootstrap actions.
StartDateTime
The start date and time of the job flow.
State
The state of the job flow.

Constraints:

Allowed Values
COMPLETED, FAILED, TERMINATED, RUNNING, SHUTTING_DOWN, STARTING, WAITING, BOOTSTRAPPING

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCreationDateTime(DateTime)
Sets the CreationDateTime property
WithEndDateTime(DateTime)
Sets the EndDateTime property
WithLastStateChangeReason(String)
Sets the LastStateChangeReason property
WithReadyDateTime(DateTime)
Sets the ReadyDateTime property
WithStartDateTime(DateTime)
Sets the StartDateTime property
WithState(String)
Sets the State property

Inheritance Hierarchy

System..::..Object
  Amazon.ElasticMapReduce.Model..::..JobFlowExecutionStatusDetail

See Also