@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the UpdateLag operation.
NOOP
Constructor and Description |
---|
UpdateLagRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateLagRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLagId()
The ID of the LAG to update.
|
String |
getLagName()
The name for the LAG.
|
Integer |
getMinimumLinks()
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
int |
hashCode() |
void |
setLagId(String lagId)
The ID of the LAG to update.
|
void |
setLagName(String lagName)
The name for the LAG.
|
void |
setMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateLagRequest |
withLagId(String lagId)
The ID of the LAG to update.
|
UpdateLagRequest |
withLagName(String lagName)
The name for the LAG.
|
UpdateLagRequest |
withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
|
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 setLagId(String lagId)
The ID of the LAG to update.
Example: dxlag-abc123
Default: None
lagId
- The ID of the LAG to update.
Example: dxlag-abc123
Default: None
public String getLagId()
The ID of the LAG to update.
Example: dxlag-abc123
Default: None
Example: dxlag-abc123
Default: None
public UpdateLagRequest withLagId(String lagId)
The ID of the LAG to update.
Example: dxlag-abc123
Default: None
lagId
- The ID of the LAG to update.
Example: dxlag-abc123
Default: None
public void setLagName(String lagName)
The name for the LAG.
Example: "3x10G LAG to AWS
"
Default: None
lagName
- The name for the LAG.
Example: "3x10G LAG to AWS
"
Default: None
public String getLagName()
The name for the LAG.
Example: "3x10G LAG to AWS
"
Default: None
Example: "3x10G LAG to AWS
"
Default: None
public UpdateLagRequest withLagName(String lagName)
The name for the LAG.
Example: "3x10G LAG to AWS
"
Default: None
lagName
- The name for the LAG.
Example: "3x10G LAG to AWS
"
Default: None
public void setMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Default: None
minimumLinks
- The minimum number of physical connections that must be operational for the LAG itself to be
operational.
Default: None
public Integer getMinimumLinks()
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Default: None
Default: None
public UpdateLagRequest withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
Default: None
minimumLinks
- The minimum number of physical connections that must be operational for the LAG itself to be
operational.
Default: None
public String toString()
toString
in class Object
Object.toString()
public UpdateLagRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.