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
 ServerCertificateMetadata getServerCertificateMetadata()
          The meta information of the uploaded server certificate without its certificate body, certificate chain, and private key.
 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
equals, getClass, hashCode, 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()


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