com.amazonaws.services.identitymanagement.model
Class UploadServerCertificateResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.UploadServerCertificateResult

public class UploadServerCertificateResult
extends Object

Contains the result of a successful invocation of the UploadServerCertificate action.


Constructor Summary
UploadServerCertificateResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 ServerCertificateMetadata getServerCertificateMetadata()
          The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
 int hashCode()
           
 void setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
          The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UploadServerCertificateResult withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
          The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UploadServerCertificateResult

public UploadServerCertificateResult()
Method Detail

getServerCertificateMetadata

public ServerCertificateMetadata getServerCertificateMetadata()
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

Returns:
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

setServerCertificateMetadata

public void setServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

Parameters:
serverCertificateMetadata - The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

withServerCertificateMetadata

public UploadServerCertificateResult withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.

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

Parameters:
serverCertificateMetadata - The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
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.