@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachLoadBalancerTlsCertificateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachLoadBalancerTlsCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
AttachLoadBalancerTlsCertificateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCertificateName()
The name of your SSL/TLS certificate.
|
String |
getLoadBalancerName()
The name of the load balancer to which you want to associate the SSL/TLS certificate.
|
int |
hashCode() |
void |
setCertificateName(String certificateName)
The name of your SSL/TLS certificate.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer to which you want to associate the SSL/TLS certificate.
|
String |
toString()
Returns a string representation of this object.
|
AttachLoadBalancerTlsCertificateRequest |
withCertificateName(String certificateName)
The name of your SSL/TLS certificate.
|
AttachLoadBalancerTlsCertificateRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer to which you want to associate the SSL/TLS certificate.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public AttachLoadBalancerTlsCertificateRequest()
public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer to which you want to associate the SSL/TLS certificate.
loadBalancerName
- The name of the load balancer to which you want to associate the SSL/TLS certificate.public String getLoadBalancerName()
The name of the load balancer to which you want to associate the SSL/TLS certificate.
public AttachLoadBalancerTlsCertificateRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer to which you want to associate the SSL/TLS certificate.
loadBalancerName
- The name of the load balancer to which you want to associate the SSL/TLS certificate.public void setCertificateName(String certificateName)
The name of your SSL/TLS certificate.
certificateName
- The name of your SSL/TLS certificate.public String getCertificateName()
The name of your SSL/TLS certificate.
public AttachLoadBalancerTlsCertificateRequest withCertificateName(String certificateName)
The name of your SSL/TLS certificate.
certificateName
- The name of your SSL/TLS certificate.public String toString()
toString
in class Object
Object.toString()
public AttachLoadBalancerTlsCertificateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()