Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.identitymanagement.model
Class GetServerCertificateRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.identitymanagement.model.GetServerCertificateRequest

public class GetServerCertificateRequest
extends AmazonWebServiceRequest

Container for the parameters to the GetServerCertificate operation.

Retrieves information about the specified server certificate.

See Also:
AmazonIdentityManagement.getServerCertificate(GetServerCertificateRequest)

Constructor Summary
GetServerCertificateRequest()
          Default constructor for a new GetServerCertificateRequest object.
GetServerCertificateRequest(java.lang.String serverCertificateName)
          Constructs a new GetServerCertificateRequest object.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getServerCertificateName()
          The name of the server certificate you want to retrieve information about.
 int hashCode()
           
 void setServerCertificateName(java.lang.String serverCertificateName)
          The name of the server certificate you want to retrieve information about.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetServerCertificateRequest withServerCertificateName(java.lang.String serverCertificateName)
          The name of the server certificate you want to retrieve information about.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetServerCertificateRequest

public GetServerCertificateRequest()
Default constructor for a new GetServerCertificateRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.


GetServerCertificateRequest

public GetServerCertificateRequest(java.lang.String serverCertificateName)
Constructs a new GetServerCertificateRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
serverCertificateName - The name of the server certificate you want to retrieve information about.
Method Detail

getServerCertificateName

public java.lang.String getServerCertificateName()
The name of the server certificate you want to retrieve information about.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Returns:
The name of the server certificate you want to retrieve information about.

setServerCertificateName

public void setServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to retrieve information about.

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Parameters:
serverCertificateName - The name of the server certificate you want to retrieve information about.

withServerCertificateName

public GetServerCertificateRequest withServerCertificateName(java.lang.String serverCertificateName)
The name of the server certificate you want to retrieve information about.

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

Constraints:
Length: 1 - 128
Pattern: [\w+=,.@-]*

Parameters:
serverCertificateName - The name of the server certificate you want to retrieve information about.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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