@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateKeySigningKeyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateKeySigningKeyResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateKeySigningKeyResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ChangeInfo | 
getChangeInfo()  | 
KeySigningKey | 
getKeySigningKey()
 The key-signing key (KSK) that the request creates. 
 | 
String | 
getLocation()
 The unique URL representing the new key-signing key (KSK). 
 | 
int | 
hashCode()  | 
void | 
setChangeInfo(ChangeInfo changeInfo)  | 
void | 
setKeySigningKey(KeySigningKey keySigningKey)
 The key-signing key (KSK) that the request creates. 
 | 
void | 
setLocation(String location)
 The unique URL representing the new key-signing key (KSK). 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateKeySigningKeyResult | 
withChangeInfo(ChangeInfo changeInfo)  | 
CreateKeySigningKeyResult | 
withKeySigningKey(KeySigningKey keySigningKey)
 The key-signing key (KSK) that the request creates. 
 | 
CreateKeySigningKeyResult | 
withLocation(String location)
 The unique URL representing the new key-signing key (KSK). 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChangeInfo(ChangeInfo changeInfo)
changeInfo - public ChangeInfo getChangeInfo()
public CreateKeySigningKeyResult withChangeInfo(ChangeInfo changeInfo)
changeInfo - public void setKeySigningKey(KeySigningKey keySigningKey)
The key-signing key (KSK) that the request creates.
keySigningKey - The key-signing key (KSK) that the request creates.public KeySigningKey getKeySigningKey()
The key-signing key (KSK) that the request creates.
public CreateKeySigningKeyResult withKeySigningKey(KeySigningKey keySigningKey)
The key-signing key (KSK) that the request creates.
keySigningKey - The key-signing key (KSK) that the request creates.public void setLocation(String location)
The unique URL representing the new key-signing key (KSK).
location - The unique URL representing the new key-signing key (KSK).public String getLocation()
The unique URL representing the new key-signing key (KSK).
public CreateKeySigningKeyResult withLocation(String location)
The unique URL representing the new key-signing key (KSK).
location - The unique URL representing the new key-signing key (KSK).public String toString()
toString in class ObjectObject.toString()public CreateKeySigningKeyResult clone()