public class RunJobFlowResult extends Object implements Serializable
The result of the RunJobFlow operation.
Constructor and Description |
---|
RunJobFlowResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJobFlowId()
An unique identifier for the job flow.
|
int |
hashCode() |
void |
setJobFlowId(String jobFlowId)
An unique identifier for the job flow.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RunJobFlowResult |
withJobFlowId(String jobFlowId)
An unique identifier for the job flow.
|
public String getJobFlowId()
Constraints:
Length: 0 - 256
Pattern: [ --�𐀀-\r\n\t]*
public void setJobFlowId(String jobFlowId)
Constraints:
Length: 0 - 256
Pattern: [ --�𐀀-\r\n\t]*
jobFlowId
- An unique identifier for the job flow.public RunJobFlowResult withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ --�𐀀-\r\n\t]*
jobFlowId
- An unique identifier for the job flow.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.