@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AllocateConnectionOnInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AllocateConnectionOnInterconnectRequest() |
Modifier and Type | Method and Description |
---|---|
AllocateConnectionOnInterconnectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBandwidth()
The bandwidth of the connection.
|
String |
getConnectionName()
The name of the provisioned connection.
|
String |
getInterconnectId()
The ID of the interconnect on which the connection will be provisioned.
|
String |
getOwnerAccount()
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
|
Integer |
getVlan()
The dedicated VLAN provisioned to the connection.
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
The bandwidth of the connection.
|
void |
setConnectionName(String connectionName)
The name of the provisioned connection.
|
void |
setInterconnectId(String interconnectId)
The ID of the interconnect on which the connection will be provisioned.
|
void |
setOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
|
void |
setVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
String |
toString()
Returns a string representation of this object.
|
AllocateConnectionOnInterconnectRequest |
withBandwidth(String bandwidth)
The bandwidth of the connection.
|
AllocateConnectionOnInterconnectRequest |
withConnectionName(String connectionName)
The name of the provisioned connection.
|
AllocateConnectionOnInterconnectRequest |
withInterconnectId(String interconnectId)
The ID of the interconnect on which the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AllocateConnectionOnInterconnectRequest()
public void setBandwidth(String bandwidth)
The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
bandwidth
- The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps,
500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met
specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.public String getBandwidth()
The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
public AllocateConnectionOnInterconnectRequest withBandwidth(String bandwidth)
The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.
bandwidth
- The bandwidth of the connection. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps,
500Mbps, 1Gbps, 2Gbps, 5Gbps, and 10Gbps. Note that only those Direct Connect Partners who have met
specific requirements are allowed to create a 1Gbps, 2Gbps, 5Gbps or 10Gbps hosted connection.public void setConnectionName(String connectionName)
The name of the provisioned connection.
connectionName
- The name of the provisioned connection.public String getConnectionName()
The name of the provisioned connection.
public AllocateConnectionOnInterconnectRequest withConnectionName(String connectionName)
The name of the provisioned connection.
connectionName
- The name of the provisioned connection.public void setOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
ownerAccount
- The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.public String getOwnerAccount()
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
public AllocateConnectionOnInterconnectRequest withOwnerAccount(String ownerAccount)
The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.
ownerAccount
- The ID of the Amazon Web Services account of the customer for whom the connection will be provisioned.public void setInterconnectId(String interconnectId)
The ID of the interconnect on which the connection will be provisioned.
interconnectId
- The ID of the interconnect on which the connection will be provisioned.public String getInterconnectId()
The ID of the interconnect on which the connection will be provisioned.
public AllocateConnectionOnInterconnectRequest withInterconnectId(String interconnectId)
The ID of the interconnect on which the connection will be provisioned.
interconnectId
- The ID of the interconnect on which the connection will be provisioned.public void setVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
vlan
- The dedicated VLAN provisioned to the connection.public Integer getVlan()
The dedicated VLAN provisioned to the connection.
public AllocateConnectionOnInterconnectRequest withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
vlan
- The dedicated VLAN provisioned to the connection.public String toString()
toString
in class Object
Object.toString()
public AllocateConnectionOnInterconnectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()