@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetFlowAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetFlowAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetFlowAssociationResult |
clone() |
boolean |
equals(Object obj) |
List<FlowAssociationSummary> |
getFlowAssociationSummaryList()
Information about flow associations.
|
int |
hashCode() |
void |
setFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetFlowAssociationResult |
withFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
|
BatchGetFlowAssociationResult |
withFlowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)
Information about flow associations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<FlowAssociationSummary> getFlowAssociationSummaryList()
Information about flow associations.
public void setFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
flowAssociationSummaryList - Information about flow associations.public BatchGetFlowAssociationResult withFlowAssociationSummaryList(FlowAssociationSummary... flowAssociationSummaryList)
Information about flow associations.
NOTE: This method appends the values to the existing list (if any). Use
setFlowAssociationSummaryList(java.util.Collection) or
withFlowAssociationSummaryList(java.util.Collection) if you want to override the existing values.
flowAssociationSummaryList - Information about flow associations.public BatchGetFlowAssociationResult withFlowAssociationSummaryList(Collection<FlowAssociationSummary> flowAssociationSummaryList)
Information about flow associations.
flowAssociationSummaryList - Information about flow associations.public String toString()
toString in class ObjectObject.toString()public BatchGetFlowAssociationResult clone()