@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Issuer extends Object implements Serializable, Cloneable, StructuredPojo
Details about the issuer of a license.
| Constructor and Description |
|---|
Issuer() |
| Modifier and Type | Method and Description |
|---|---|
Issuer |
clone() |
boolean |
equals(Object obj) |
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 |
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.
|
Issuer |
withName(String name)
Issuer name.
|
Issuer |
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 Issuer 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 Issuer 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 String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.