Class DescribeInterconnectsResult
java.lang.Object
com.amazonaws.services.directconnect.model.DescribeInterconnectsResult
- All Implemented Interfaces:
Serializable
,Cloneable
A structure containing a list of interconnects.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of interconnects.int
hashCode()
void
setInterconnects
(Collection<Interconnect> interconnects) A list of interconnects.toString()
Returns a string representation of this object; useful for testing and debugging.withInterconnects
(Interconnect... interconnects) A list of interconnects.withInterconnects
(Collection<Interconnect> interconnects) A list of interconnects.
-
Constructor Details
-
DescribeInterconnectsResult
public DescribeInterconnectsResult()
-
-
Method Details
-
getInterconnects
A list of interconnects.
- Returns:
- A list of interconnects.
-
setInterconnects
A list of interconnects.
- Parameters:
interconnects
- A list of interconnects.
-
withInterconnects
A list of interconnects.
NOTE: This method appends the values to the existing list (if any). Use
setInterconnects(java.util.Collection)
orwithInterconnects(java.util.Collection)
if you want to override the existing values.- Parameters:
interconnects
- A list of interconnects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInterconnects
A list of interconnects.
- Parameters:
interconnects
- A list of interconnects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-