public class CreateInterconnectResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
An interconnect is a connection that can host other connections.
Like a standard AWS Direct Connect connection, an interconnect represents the physical connection between an AWS Direct Connect partner's network and a specific Direct Connect location. An AWS Direct Connect partner who owns an interconnect can provision hosted connections on the interconnect for their end customers, thereby providing the end customers with connectivity to AWS services.
The resources of the interconnect, including bandwidth and VLAN numbers, are shared by all of the hosted connections on the interconnect, and the owner of the interconnect determines how these resources are assigned.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
bandwidth |
private java.lang.String |
interconnectId |
private java.lang.String |
interconnectName |
private java.lang.String |
interconnectState |
private java.lang.String |
location |
private java.lang.String |
region |
Constructor and Description |
---|
CreateInterconnectResult() |
Modifier and Type | Method and Description |
---|---|
CreateInterconnectResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBandwidth() |
java.lang.String |
getInterconnectId() |
java.lang.String |
getInterconnectName() |
java.lang.String |
getInterconnectState() |
java.lang.String |
getLocation() |
java.lang.String |
getRegion() |
int |
hashCode() |
void |
setBandwidth(java.lang.String bandwidth) |
void |
setInterconnectId(java.lang.String interconnectId) |
void |
setInterconnectName(java.lang.String interconnectName) |
void |
setInterconnectState(InterconnectState interconnectState) |
void |
setInterconnectState(java.lang.String interconnectState) |
void |
setLocation(java.lang.String location) |
void |
setRegion(java.lang.String region) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateInterconnectResult |
withBandwidth(java.lang.String bandwidth) |
CreateInterconnectResult |
withInterconnectId(java.lang.String interconnectId) |
CreateInterconnectResult |
withInterconnectName(java.lang.String interconnectName) |
CreateInterconnectResult |
withInterconnectState(InterconnectState interconnectState) |
CreateInterconnectResult |
withInterconnectState(java.lang.String interconnectState) |
CreateInterconnectResult |
withLocation(java.lang.String location) |
CreateInterconnectResult |
withRegion(java.lang.String region) |
private java.lang.String interconnectId
private java.lang.String interconnectName
private java.lang.String interconnectState
private java.lang.String region
private java.lang.String location
private java.lang.String bandwidth
public void setInterconnectId(java.lang.String interconnectId)
interconnectId
- public java.lang.String getInterconnectId()
public CreateInterconnectResult withInterconnectId(java.lang.String interconnectId)
interconnectId
- public void setInterconnectName(java.lang.String interconnectName)
interconnectName
- public java.lang.String getInterconnectName()
public CreateInterconnectResult withInterconnectName(java.lang.String interconnectName)
interconnectName
- public void setInterconnectState(java.lang.String interconnectState)
interconnectState
- InterconnectState
public java.lang.String getInterconnectState()
InterconnectState
public CreateInterconnectResult withInterconnectState(java.lang.String interconnectState)
interconnectState
- InterconnectState
public void setInterconnectState(InterconnectState interconnectState)
interconnectState
- InterconnectState
public CreateInterconnectResult withInterconnectState(InterconnectState interconnectState)
interconnectState
- InterconnectState
public void setRegion(java.lang.String region)
region
- public java.lang.String getRegion()
public CreateInterconnectResult withRegion(java.lang.String region)
region
- public void setLocation(java.lang.String location)
location
- public java.lang.String getLocation()
public CreateInterconnectResult withLocation(java.lang.String location)
location
- public void setBandwidth(java.lang.String bandwidth)
bandwidth
- public java.lang.String getBandwidth()
public CreateInterconnectResult withBandwidth(java.lang.String bandwidth)
bandwidth
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateInterconnectResult clone()
clone
in class java.lang.Object