com.amazonaws.services.elasticloadbalancing.model
Class SetLoadBalancerListenerSSLCertificateRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticloadbalancing.model.SetLoadBalancerListenerSSLCertificateRequest

public class SetLoadBalancerListenerSSLCertificateRequest
extends AmazonWebServiceRequest

Container for the parameters to the SetLoadBalancerListenerSSLCertificate operation.

Sets the certificate that terminates the specified listener's SSL connections. The specified certificate replaces any prior certificate that was used on the same LoadBalancer and port.

See Also:
AmazonElasticLoadBalancing.setLoadBalancerListenerSSLCertificate(SetLoadBalancerListenerSSLCertificateRequest)

Constructor Summary
SetLoadBalancerListenerSSLCertificateRequest()
          Default constructor for a new SetLoadBalancerListenerSSLCertificateRequest object.
SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName, Integer loadBalancerPort, String sSLCertificateId)
          Constructs a new SetLoadBalancerListenerSSLCertificateRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 String getLoadBalancerName()
          The name of the the LoadBalancer.
 Integer getLoadBalancerPort()
          The port that uses the specified SSL certificate.
 String getSSLCertificateId()
          The ID of the SSL certificate chain to use.
 int hashCode()
           
 void setLoadBalancerName(String loadBalancerName)
          The name of the the LoadBalancer.
 void setLoadBalancerPort(Integer loadBalancerPort)
          The port that uses the specified SSL certificate.
 void setSSLCertificateId(String sSLCertificateId)
          The ID of the SSL certificate chain to use.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(String loadBalancerName)
          The name of the the LoadBalancer.
 SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerPort(Integer loadBalancerPort)
          The port that uses the specified SSL certificate.
 SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(String sSLCertificateId)
          The ID of the SSL certificate chain to use.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SetLoadBalancerListenerSSLCertificateRequest

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


SetLoadBalancerListenerSSLCertificateRequest

public SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName,
                                                    Integer loadBalancerPort,
                                                    String sSLCertificateId)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters:
loadBalancerName - The name of the the LoadBalancer.
loadBalancerPort - The port that uses the specified SSL certificate.
sSLCertificateId - The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.
Method Detail

getLoadBalancerName

public String getLoadBalancerName()
The name of the the LoadBalancer.

Returns:
The name of the the LoadBalancer.

setLoadBalancerName

public void setLoadBalancerName(String loadBalancerName)
The name of the the LoadBalancer.

Parameters:
loadBalancerName - The name of the the LoadBalancer.

withLoadBalancerName

public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(String loadBalancerName)
The name of the the LoadBalancer.

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

Parameters:
loadBalancerName - The name of the the LoadBalancer.
Returns:
A reference to this updated object so that method calls can be chained together.

getLoadBalancerPort

public Integer getLoadBalancerPort()
The port that uses the specified SSL certificate.

Returns:
The port that uses the specified SSL certificate.

setLoadBalancerPort

public void setLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.

Parameters:
loadBalancerPort - The port that uses the specified SSL certificate.

withLoadBalancerPort

public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.

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

Parameters:
loadBalancerPort - The port that uses the specified SSL certificate.
Returns:
A reference to this updated object so that method calls can be chained together.

getSSLCertificateId

public String getSSLCertificateId()
The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.

Returns:
The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.

setSSLCertificateId

public void setSSLCertificateId(String sSLCertificateId)
The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.

Parameters:
sSLCertificateId - The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.

withSSLCertificateId

public SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(String sSLCertificateId)
The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.

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

Parameters:
sSLCertificateId - The ID of the SSL certificate chain to use. For more information on SSL certificates, see Managing Server Certificates in the AWS Identity and Access Management documentation.
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.