@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInterconnectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateInterconnectRequest() |
Modifier and Type | Method and Description |
---|---|
CreateInterconnectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBandwidth()
The port bandwidth, in Gbps.
|
String |
getInterconnectName()
The name of the interconnect.
|
String |
getLagId()
The ID of the LAG.
|
String |
getLocation()
The location of the interconnect.
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
The port bandwidth, in Gbps.
|
void |
setInterconnectName(String interconnectName)
The name of the interconnect.
|
void |
setLagId(String lagId)
The ID of the LAG.
|
void |
setLocation(String location)
The location of the interconnect.
|
String |
toString()
Returns a string representation of this object.
|
CreateInterconnectRequest |
withBandwidth(String bandwidth)
The port bandwidth, in Gbps.
|
CreateInterconnectRequest |
withInterconnectName(String interconnectName)
The name of the interconnect.
|
CreateInterconnectRequest |
withLagId(String lagId)
The ID of the LAG.
|
CreateInterconnectRequest |
withLocation(String location)
The location of the interconnect.
|
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 void setInterconnectName(String interconnectName)
The name of the interconnect.
interconnectName
- The name of the interconnect.public String getInterconnectName()
The name of the interconnect.
public CreateInterconnectRequest withInterconnectName(String interconnectName)
The name of the interconnect.
interconnectName
- The name of the interconnect.public void setBandwidth(String bandwidth)
The port bandwidth, in Gbps. The possible values are 1 and 10.
bandwidth
- The port bandwidth, in Gbps. The possible values are 1 and 10.public String getBandwidth()
The port bandwidth, in Gbps. The possible values are 1 and 10.
public CreateInterconnectRequest withBandwidth(String bandwidth)
The port bandwidth, in Gbps. The possible values are 1 and 10.
bandwidth
- The port bandwidth, in Gbps. The possible values are 1 and 10.public void setLocation(String location)
The location of the interconnect.
location
- The location of the interconnect.public String getLocation()
The location of the interconnect.
public CreateInterconnectRequest withLocation(String location)
The location of the interconnect.
location
- The location of the interconnect.public void setLagId(String lagId)
The ID of the LAG.
lagId
- The ID of the LAG.public String getLagId()
The ID of the LAG.
public CreateInterconnectRequest withLagId(String lagId)
The ID of the LAG.
lagId
- The ID of the LAG.public String toString()
toString
in class Object
Object.toString()
public CreateInterconnectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.