com.amazonaws.services.ec2.model
Class ImportKeyPairResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.ImportKeyPairResult

public class ImportKeyPairResult
extends Object


Constructor Summary
ImportKeyPairResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getKeyFingerprint()
          The MD5 public key fingerprint as specified in section 4 of RFC4716 .
 String getKeyName()
          The specified unique key pair name.
 int hashCode()
           
 void setKeyFingerprint(String keyFingerprint)
          The MD5 public key fingerprint as specified in section 4 of RFC4716 .
 void setKeyName(String keyName)
          The specified unique key pair name.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ImportKeyPairResult withKeyFingerprint(String keyFingerprint)
          The MD5 public key fingerprint as specified in section 4 of RFC4716 .
 ImportKeyPairResult withKeyName(String keyName)
          The specified unique key pair name.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportKeyPairResult

public ImportKeyPairResult()
Method Detail

getKeyName

public String getKeyName()
The specified unique key pair name.

Returns:
The specified unique key pair name.

setKeyName

public void setKeyName(String keyName)
The specified unique key pair name.

Parameters:
keyName - The specified unique key pair name.

withKeyName

public ImportKeyPairResult withKeyName(String keyName)
The specified unique key pair name.

Returns a reference to this object so that method calls can be chained together.

Parameters:
keyName - The specified unique key pair name.
Returns:
A reference to this updated object so that method calls can be chained together.

getKeyFingerprint

public String getKeyFingerprint()
The MD5 public key fingerprint as specified in section 4 of RFC4716 .

Returns:
The MD5 public key fingerprint as specified in section 4 of RFC4716 .

setKeyFingerprint

public void setKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC4716 .

Parameters:
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC4716 .

withKeyFingerprint

public ImportKeyPairResult withKeyFingerprint(String keyFingerprint)
The MD5 public key fingerprint as specified in section 4 of RFC4716 .

Returns a reference to this object so that method calls can be chained together.

Parameters:
keyFingerprint - The MD5 public key fingerprint as specified in section 4 of RFC4716 .
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.