@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLagRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
|
String |
getLagName()
The name of 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.
|
void |
setLagName(String lagName)
The name of 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.
|
UpdateLagRequest |
withLagId(String lagId)
The ID of the LAG.
|
UpdateLagRequest |
withLagName(String lagName)
The name of 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.
lagId
- The ID of the LAG.public String getLagId()
The ID of the LAG.
public UpdateLagRequest withLagId(String lagId)
The ID of the LAG.
lagId
- The ID of the LAG.public void setLagName(String lagName)
The name of the LAG.
lagName
- The name of the LAG.public String getLagName()
The name of the LAG.
public UpdateLagRequest withLagName(String lagName)
The name of the LAG.
lagName
- The name of the LAG.public void setMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
minimumLinks
- The minimum number of physical connections that must be operational for the LAG itself to be operational.public Integer getMinimumLinks()
The minimum number of physical connections that must be operational for the LAG itself to be operational.
public UpdateLagRequest withMinimumLinks(Integer minimumLinks)
The minimum number of physical connections that must be operational for the LAG itself to be operational.
minimumLinks
- The minimum number of physical connections that must be operational for the LAG itself to be operational.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.