@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() |
boolean |
equals(Object obj) |
String |
getBandwidth()
The bandwidth of the connection, in Mbps.
|
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 AWS 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, in Mbps.
|
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 AWS 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, in Mbps.
|
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 AWS account of the customer for whom the connection will be provisioned.
|
AllocateConnectionOnInterconnectRequest |
withVlan(Integer vlan)
The dedicated VLAN provisioned to the connection.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic AllocateConnectionOnInterconnectRequest()
public void setBandwidth(String bandwidth)
The bandwidth of the connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
bandwidth - The bandwidth of the connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps,
400Mbps, and 500Mbps.public String getBandwidth()
The bandwidth of the connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
public AllocateConnectionOnInterconnectRequest withBandwidth(String bandwidth)
The bandwidth of the connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, and 500Mbps.
bandwidth - The bandwidth of the connection, in Mbps. The possible values are 50Mbps, 100Mbps, 200Mbps, 300Mbps,
400Mbps, and 500Mbps.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 AWS account of the customer for whom the connection will be provisioned.
ownerAccount - The ID of the AWS account of the customer for whom the connection will be provisioned.public String getOwnerAccount()
The ID of the AWS account of the customer for whom the connection will be provisioned.
public AllocateConnectionOnInterconnectRequest withOwnerAccount(String ownerAccount)
The ID of the AWS account of the customer for whom the connection will be provisioned.
ownerAccount - The ID of the AWS 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 ObjectObject.toString()public AllocateConnectionOnInterconnectRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.