@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMacSecKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateMacSecKeyResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateMacSecKeyResult |
clone() |
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
List<MacSecKey> |
getMacSecKeys()
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
void |
setMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMacSecKeyResult |
withConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
DisassociateMacSecKeyResult |
withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
DisassociateMacSecKeyResult |
withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
connectionId
- The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).public String getConnectionId()
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
public DisassociateMacSecKeyResult withConnectionId(String connectionId)
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
connectionId
- The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).public List<MacSecKey> getMacSecKeys()
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
public void setMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
macSecKeys
- The MAC Security (MACsec) security keys no longer associated with the dedicated connection.public DisassociateMacSecKeyResult withMacSecKeys(MacSecKey... macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
NOTE: This method appends the values to the existing list (if any). Use
setMacSecKeys(java.util.Collection)
or withMacSecKeys(java.util.Collection)
if you want to
override the existing values.
macSecKeys
- The MAC Security (MACsec) security keys no longer associated with the dedicated connection.public DisassociateMacSecKeyResult withMacSecKeys(Collection<MacSecKey> macSecKeys)
The MAC Security (MACsec) security keys no longer associated with the dedicated connection.
macSecKeys
- The MAC Security (MACsec) security keys no longer associated with the dedicated connection.public String toString()
toString
in class Object
Object.toString()
public DisassociateMacSecKeyResult clone()