@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 |
getEncryptionMode()
The LAG MAC Security (MACsec) encryption mode.
|
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 |
setEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
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 |
withEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
|
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 void setEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
encryptionMode
- The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
public String getEncryptionMode()
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
Amazon Web Services applies the value to all connections which are part of the LAG.
public UpdateLagRequest withEncryptionMode(String encryptionMode)
The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
encryptionMode
- The LAG MAC Security (MACsec) encryption mode.
Amazon Web Services applies the value to all connections which are part of the LAG.
public String toString()
toString
in class Object
Object.toString()
public UpdateLagRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()