@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFlowAssociationResult() |
Modifier and Type | Method and Description |
---|---|
GetFlowAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getFlowId()
The identifier of the flow.
|
String |
getResourceId()
The identifier of the resource.
|
String |
getResourceType()
A valid resource type.
|
int |
hashCode() |
void |
setFlowId(String flowId)
The identifier of the flow.
|
void |
setResourceId(String resourceId)
The identifier of the resource.
|
void |
setResourceType(String resourceType)
A valid resource type.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowAssociationResult |
withFlowId(String flowId)
The identifier of the flow.
|
GetFlowAssociationResult |
withResourceId(String resourceId)
The identifier of the resource.
|
GetFlowAssociationResult |
withResourceType(FlowAssociationResourceType resourceType)
A valid resource type.
|
GetFlowAssociationResult |
withResourceType(String resourceType)
A valid resource type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourceId(String resourceId)
The identifier of the resource.
resourceId
- The identifier of the resource.public String getResourceId()
The identifier of the resource.
public GetFlowAssociationResult withResourceId(String resourceId)
The identifier of the resource.
resourceId
- The identifier of the resource.public void setFlowId(String flowId)
The identifier of the flow.
flowId
- The identifier of the flow.public String getFlowId()
The identifier of the flow.
public GetFlowAssociationResult withFlowId(String flowId)
The identifier of the flow.
flowId
- The identifier of the flow.public void setResourceType(String resourceType)
A valid resource type.
resourceType
- A valid resource type.FlowAssociationResourceType
public String getResourceType()
A valid resource type.
FlowAssociationResourceType
public GetFlowAssociationResult withResourceType(String resourceType)
A valid resource type.
resourceType
- A valid resource type.FlowAssociationResourceType
public GetFlowAssociationResult withResourceType(FlowAssociationResourceType resourceType)
A valid resource type.
resourceType
- A valid resource type.FlowAssociationResourceType
public String toString()
toString
in class Object
Object.toString()
public GetFlowAssociationResult clone()