@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportPlaybackKeyPairResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportPlaybackKeyPairResult() |
Modifier and Type | Method and Description |
---|---|
ImportPlaybackKeyPairResult |
clone() |
boolean |
equals(Object obj) |
PlaybackKeyPair |
getKeyPair()
|
int |
hashCode() |
void |
setKeyPair(PlaybackKeyPair keyPair)
|
String |
toString()
Returns a string representation of this object.
|
ImportPlaybackKeyPairResult |
withKeyPair(PlaybackKeyPair keyPair)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setKeyPair(PlaybackKeyPair keyPair)
keyPair
- public PlaybackKeyPair getKeyPair()
public ImportPlaybackKeyPairResult withKeyPair(PlaybackKeyPair keyPair)
keyPair
- public String toString()
toString
in class Object
Object.toString()
public ImportPlaybackKeyPairResult clone()