C# Class Amazon.ElasticMapReduce.Model.JobFlowDetail

Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
JobFlowDetail ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

JobFlowDetail ( string jobFlowId, string name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances ) : System

Instantiates JobFlowDetail with the parameterized properties

Private Methods

Method Description
IsSetAmiVersion ( ) : bool
IsSetAutoScalingRole ( ) : bool
IsSetBootstrapActions ( ) : bool
IsSetExecutionStatusDetail ( ) : bool
IsSetInstances ( ) : bool
IsSetJobFlowId ( ) : bool
IsSetJobFlowRole ( ) : bool
IsSetLogUri ( ) : bool
IsSetName ( ) : bool
IsSetScaleDownBehavior ( ) : bool
IsSetServiceRole ( ) : bool
IsSetSteps ( ) : bool
IsSetSupportedProducts ( ) : bool
IsSetVisibleToAllUsers ( ) : bool

Method Details

JobFlowDetail() public method

Empty constructor used to set properties independently even when a simple constructor is available
public JobFlowDetail ( ) : System
return System

JobFlowDetail() public method

Instantiates JobFlowDetail with the parameterized properties
public JobFlowDetail ( string jobFlowId, string name, JobFlowExecutionStatusDetail executionStatusDetail, JobFlowInstancesDetail instances ) : System
jobFlowId string The job flow identifier.
name string The name of the job flow.
executionStatusDetail JobFlowExecutionStatusDetail Describes the execution status of the job flow.
instances JobFlowInstancesDetail Describes the Amazon EC2 instances of the job flow.
return System