@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddListenerCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AddListenerCertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
AddListenerCertificatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Certificate> |
getCertificates()
The certificate to add.
|
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The certificate to add.
|
void |
setListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AddListenerCertificatesRequest |
withCertificates(Certificate... certificates)
The certificate to add.
|
AddListenerCertificatesRequest |
withCertificates(Collection<Certificate> certificates)
The certificate to add.
|
AddListenerCertificatesRequest |
withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
|
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 void setListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn
- The Amazon Resource Name (ARN) of the listener.public String getListenerArn()
The Amazon Resource Name (ARN) of the listener.
public AddListenerCertificatesRequest withListenerArn(String listenerArn)
The Amazon Resource Name (ARN) of the listener.
listenerArn
- The Amazon Resource Name (ARN) of the listener.public List<Certificate> getCertificates()
The certificate to add. You can specify one certificate per call.
public void setCertificates(Collection<Certificate> certificates)
The certificate to add. You can specify one certificate per call.
certificates
- The certificate to add. You can specify one certificate per call.public AddListenerCertificatesRequest withCertificates(Certificate... certificates)
The certificate to add. You can specify one certificate per call.
NOTE: This method appends the values to the existing list (if any). Use
setCertificates(java.util.Collection)
or withCertificates(java.util.Collection)
if you want to
override the existing values.
certificates
- The certificate to add. You can specify one certificate per call.public AddListenerCertificatesRequest withCertificates(Collection<Certificate> certificates)
The certificate to add. You can specify one certificate per call.
certificates
- The certificate to add. You can specify one certificate per call.public String toString()
toString
in class Object
Object.toString()
public AddListenerCertificatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.