@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveListenerCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveListenerCertificatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveListenerCertificatesRequest |
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 remove.
|
String |
getListenerArn()
The Amazon Resource Name (ARN) of the listener.
|
int |
hashCode() |
void |
setCertificates(Collection<Certificate> certificates)
The certificate to remove.
|
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.
|
RemoveListenerCertificatesRequest |
withCertificates(Certificate... certificates)
The certificate to remove.
|
RemoveListenerCertificatesRequest |
withCertificates(Collection<Certificate> certificates)
The certificate to remove.
|
RemoveListenerCertificatesRequest |
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, withSdkRequestTimeoutpublic 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 RemoveListenerCertificatesRequest 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 remove. You can specify one certificate per call.
public void setCertificates(Collection<Certificate> certificates)
The certificate to remove. You can specify one certificate per call.
certificates - The certificate to remove. You can specify one certificate per call.public RemoveListenerCertificatesRequest withCertificates(Certificate... certificates)
The certificate to remove. 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 remove. You can specify one certificate per call.public RemoveListenerCertificatesRequest withCertificates(Collection<Certificate> certificates)
The certificate to remove. You can specify one certificate per call.
certificates - The certificate to remove. You can specify one certificate per call.public String toString()
toString in class ObjectObject.toString()public RemoveListenerCertificatesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.