@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateFlowDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
CreateFlowDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition you create.
|
int |
hashCode() |
void |
setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition you create.
|
String |
toString()
Returns a string representation of this object.
|
CreateFlowDefinitionResult |
withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition you create.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition you create.
flowDefinitionArn
- The Amazon Resource Name (ARN) of the flow definition you create.public String getFlowDefinitionArn()
The Amazon Resource Name (ARN) of the flow definition you create.
public CreateFlowDefinitionResult withFlowDefinitionArn(String flowDefinitionArn)
The Amazon Resource Name (ARN) of the flow definition you create.
flowDefinitionArn
- The Amazon Resource Name (ARN) of the flow definition you create.public String toString()
toString
in class Object
Object.toString()
public CreateFlowDefinitionResult clone()