@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateConnectionRequest |
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 connection.
|
String |
getLagId()
The ID of the LAG.
|
String |
getLocation()
The location of the connection.
|
int |
hashCode() |
void |
setBandwidth(String bandwidth)
The bandwidth of the connection.
|
void |
setConnectionName(String connectionName)
The name of the connection.
|
void |
setLagId(String lagId)
The ID of the LAG.
|
void |
setLocation(String location)
The location of the connection.
|
String |
toString()
Returns a string representation of this object.
|
CreateConnectionRequest |
withBandwidth(String bandwidth)
The bandwidth of the connection.
|
CreateConnectionRequest |
withConnectionName(String connectionName)
The name of the connection.
|
CreateConnectionRequest |
withLagId(String lagId)
The ID of the LAG.
|
CreateConnectionRequest |
withLocation(String location)
The location of 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 void setLocation(String location)
The location of the connection.
location
- The location of the connection.public String getLocation()
The location of the connection.
public CreateConnectionRequest withLocation(String location)
The location of the connection.
location
- The location of the connection.public void setBandwidth(String bandwidth)
The bandwidth of the connection.
bandwidth
- The bandwidth of the connection.public String getBandwidth()
The bandwidth of the connection.
public CreateConnectionRequest withBandwidth(String bandwidth)
The bandwidth of the connection.
bandwidth
- The bandwidth of the connection.public void setConnectionName(String connectionName)
The name of the connection.
connectionName
- The name of the connection.public String getConnectionName()
The name of the connection.
public CreateConnectionRequest withConnectionName(String connectionName)
The name of the connection.
connectionName
- The name of the connection.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 CreateConnectionRequest withLagId(String lagId)
The ID of the LAG.
lagId
- The ID of the LAG.public String toString()
toString
in class Object
Object.toString()
public CreateConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.