public class SetLoadBalancerListenerSSLCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SetLoadBalancerListenerSSLCertificateRequest()
Default constructor for SetLoadBalancerListenerSSLCertificateRequest
object.
|
SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName,
Integer loadBalancerPort,
String sSLCertificateId)
Constructs a new SetLoadBalancerListenerSSLCertificateRequest object.
|
Modifier and Type | Method and Description |
---|---|
SetLoadBalancerListenerSSLCertificateRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getLoadBalancerName()
The name of the load balancer.
|
Integer |
getLoadBalancerPort()
The port that uses the specified SSL certificate.
|
String |
getSSLCertificateId()
The Amazon Resource Name (ARN) of the SSL certificate.
|
int |
hashCode() |
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
void |
setLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
void |
setSSLCertificateId(String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
SetLoadBalancerListenerSSLCertificateRequest |
withLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
|
SetLoadBalancerListenerSSLCertificateRequest |
withSSLCertificateId(String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public SetLoadBalancerListenerSSLCertificateRequest()
public SetLoadBalancerListenerSSLCertificateRequest(String loadBalancerName, Integer loadBalancerPort, String sSLCertificateId)
loadBalancerName
- The name of the load balancer.loadBalancerPort
- The port that uses the specified SSL certificate.sSLCertificateId
- The Amazon Resource Name (ARN) of the SSL certificate.public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public String getLoadBalancerName()
The name of the load balancer.
public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public void setLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
loadBalancerPort
- The port that uses the specified SSL certificate.public Integer getLoadBalancerPort()
The port that uses the specified SSL certificate.
public SetLoadBalancerListenerSSLCertificateRequest withLoadBalancerPort(Integer loadBalancerPort)
The port that uses the specified SSL certificate.
loadBalancerPort
- The port that uses the specified SSL certificate.public void setSSLCertificateId(String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
sSLCertificateId
- The Amazon Resource Name (ARN) of the SSL certificate.public String getSSLCertificateId()
The Amazon Resource Name (ARN) of the SSL certificate.
public SetLoadBalancerListenerSSLCertificateRequest withSSLCertificateId(String sSLCertificateId)
The Amazon Resource Name (ARN) of the SSL certificate.
sSLCertificateId
- The Amazon Resource Name (ARN) of the SSL certificate.public String toString()
toString
in class Object
Object.toString()
public SetLoadBalancerListenerSSLCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2018. All rights reserved.