@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IssuerDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details associated with the issuer of a license.
Constructor and Description |
---|
IssuerDetails() |
Modifier and Type | Method and Description |
---|---|
IssuerDetails |
clone() |
boolean |
equals(Object obj) |
String |
getKeyFingerprint()
Issuer key fingerprint.
|
String |
getName()
Issuer name.
|
String |
getSignKey()
Asymmetric KMS key from Key Management Service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyFingerprint(String keyFingerprint)
Issuer key fingerprint.
|
void |
setName(String name)
Issuer name.
|
void |
setSignKey(String signKey)
Asymmetric KMS key from Key Management Service.
|
String |
toString()
Returns a string representation of this object.
|
IssuerDetails |
withKeyFingerprint(String keyFingerprint)
Issuer key fingerprint.
|
IssuerDetails |
withName(String name)
Issuer name.
|
IssuerDetails |
withSignKey(String signKey)
Asymmetric KMS key from Key Management Service.
|
public void setName(String name)
Issuer name.
name
- Issuer name.public String getName()
Issuer name.
public IssuerDetails withName(String name)
Issuer name.
name
- Issuer name.public void setSignKey(String signKey)
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
signKey
- Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and
support the RSASSA-PSS SHA-256 signing algorithm.public String getSignKey()
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
public IssuerDetails withSignKey(String signKey)
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
signKey
- Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and
support the RSASSA-PSS SHA-256 signing algorithm.public void setKeyFingerprint(String keyFingerprint)
Issuer key fingerprint.
keyFingerprint
- Issuer key fingerprint.public String getKeyFingerprint()
Issuer key fingerprint.
public IssuerDetails withKeyFingerprint(String keyFingerprint)
Issuer key fingerprint.
keyFingerprint
- Issuer key fingerprint.public String toString()
toString
in class Object
Object.toString()
public IssuerDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.