@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MacSecKey extends Object implements Serializable, Cloneable, StructuredPojo
Information about the MAC Security (MACsec) secret key.
Constructor and Description |
---|
MacSecKey() |
Modifier and Type | Method and Description |
---|---|
MacSecKey |
clone() |
boolean |
equals(Object obj) |
String |
getCkn()
The Connection Key Name (CKN) for the MAC Security secret key.
|
String |
getSecretARN()
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
String |
getStartOn()
The date that the MAC Security (MACsec) secret key takes effect.
|
String |
getState()
The state of the MAC Security (MACsec) secret key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCkn(String ckn)
The Connection Key Name (CKN) for the MAC Security secret key.
|
void |
setSecretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
void |
setStartOn(String startOn)
The date that the MAC Security (MACsec) secret key takes effect.
|
void |
setState(String state)
The state of the MAC Security (MACsec) secret key.
|
String |
toString()
Returns a string representation of this object.
|
MacSecKey |
withCkn(String ckn)
The Connection Key Name (CKN) for the MAC Security secret key.
|
MacSecKey |
withSecretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
MacSecKey |
withStartOn(String startOn)
The date that the MAC Security (MACsec) secret key takes effect.
|
MacSecKey |
withState(String state)
The state of the MAC Security (MACsec) secret key.
|
public void setSecretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
secretARN
- The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.public String getSecretARN()
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
public MacSecKey withSecretARN(String secretARN)
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
secretARN
- The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.public void setCkn(String ckn)
The Connection Key Name (CKN) for the MAC Security secret key.
ckn
- The Connection Key Name (CKN) for the MAC Security secret key.public String getCkn()
The Connection Key Name (CKN) for the MAC Security secret key.
public MacSecKey withCkn(String ckn)
The Connection Key Name (CKN) for the MAC Security secret key.
ckn
- The Connection Key Name (CKN) for the MAC Security secret key.public void setState(String state)
The state of the MAC Security (MACsec) secret key.
The possible values are:
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated with the
connection or LAG.
associated
: The MAC Security (MACsec) secret key is validated and associated with the connection or
LAG.
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the connection or
LAG
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the connection or
LAG.
state
- The state of the MAC Security (MACsec) secret key.
The possible values are:
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated
with the connection or LAG.
associated
: The MAC Security (MACsec) secret key is validated and associated with the
connection or LAG.
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the
connection or LAG
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the
connection or LAG.
public String getState()
The state of the MAC Security (MACsec) secret key.
The possible values are:
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated with the
connection or LAG.
associated
: The MAC Security (MACsec) secret key is validated and associated with the connection or
LAG.
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the connection or
LAG
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the connection or
LAG.
The possible values are:
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated
with the connection or LAG.
associated
: The MAC Security (MACsec) secret key is validated and associated with the
connection or LAG.
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the
connection or LAG
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the
connection or LAG.
public MacSecKey withState(String state)
The state of the MAC Security (MACsec) secret key.
The possible values are:
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated with the
connection or LAG.
associated
: The MAC Security (MACsec) secret key is validated and associated with the connection or
LAG.
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the connection or
LAG
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the connection or
LAG.
state
- The state of the MAC Security (MACsec) secret key.
The possible values are:
associating
: The MAC Security (MACsec) secret key is being validated and not yet associated
with the connection or LAG.
associated
: The MAC Security (MACsec) secret key is validated and associated with the
connection or LAG.
disassociating
: The MAC Security (MACsec) secret key is being disassociated from the
connection or LAG
disassociated
: The MAC Security (MACsec) secret key is no longer associated with the
connection or LAG.
public void setStartOn(String startOn)
The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.
startOn
- The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.public String getStartOn()
The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.
public MacSecKey withStartOn(String startOn)
The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.
startOn
- The date that the MAC Security (MACsec) secret key takes effect. The value is displayed in UTC format.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.