Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class GetServerCertificateResult

java.lang.Object
  extended by com.amazonaws.services.identitymanagement.model.GetServerCertificateResult
All Implemented Interfaces:
Serializable

public class GetServerCertificateResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
GetServerCertificateResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 ServerCertificate getServerCertificate()
          Information about the server certificate.
 int hashCode()
           
 void setServerCertificate(ServerCertificate serverCertificate)
          Information about the server certificate.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetServerCertificateResult withServerCertificate(ServerCertificate serverCertificate)
          Information about the server certificate.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetServerCertificateResult

public GetServerCertificateResult()
Method Detail

getServerCertificate

public ServerCertificate getServerCertificate()
Information about the server certificate.

Returns:
Information about the server certificate.

setServerCertificate

public void setServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate.

Parameters:
serverCertificate - Information about the server certificate.

withServerCertificate

public GetServerCertificateResult withServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate.

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

Parameters:
serverCertificate - Information about the server certificate.
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.