@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FlowAssociationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about flow associations.
| Constructor and Description |
|---|
FlowAssociationSummary() |
| Modifier and Type | Method and Description |
|---|---|
FlowAssociationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getFlowId()
The identifier of the flow.
|
String |
getResourceId()
The identifier of the resource.
|
String |
getResourceType()
The type of resource association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFlowId(String flowId)
The identifier of the flow.
|
void |
setResourceId(String resourceId)
The identifier of the resource.
|
void |
setResourceType(String resourceType)
The type of resource association.
|
String |
toString()
Returns a string representation of this object.
|
FlowAssociationSummary |
withFlowId(String flowId)
The identifier of the flow.
|
FlowAssociationSummary |
withResourceId(String resourceId)
The identifier of the resource.
|
FlowAssociationSummary |
withResourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
|
FlowAssociationSummary |
withResourceType(String resourceType)
The type of resource association.
|
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 FlowAssociationSummary 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 FlowAssociationSummary withFlowId(String flowId)
The identifier of the flow.
flowId - The identifier of the flow.public void setResourceType(String resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceTypepublic String getResourceType()
The type of resource association.
ListFlowAssociationResourceTypepublic FlowAssociationSummary withResourceType(String resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceTypepublic FlowAssociationSummary withResourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceTypepublic String toString()
toString in class ObjectObject.toString()public FlowAssociationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.