@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachLoadBalancerTlsCertificateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AttachLoadBalancerTlsCertificateResult() |
| Modifier and Type | Method and Description |
|---|---|
AttachLoadBalancerTlsCertificateResult |
clone() |
boolean |
equals(Object obj) |
List<Operation> |
getOperations()
An object representing the API operations.
|
int |
hashCode() |
void |
setOperations(Collection<Operation> operations)
An object representing the API operations.
|
String |
toString()
Returns a string representation of this object.
|
AttachLoadBalancerTlsCertificateResult |
withOperations(Collection<Operation> operations)
An object representing the API operations.
|
AttachLoadBalancerTlsCertificateResult |
withOperations(Operation... operations)
An object representing the API operations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AttachLoadBalancerTlsCertificateResult()
public List<Operation> getOperations()
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
public void setOperations(Collection<Operation> operations)
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
operations - An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
public AttachLoadBalancerTlsCertificateResult withOperations(Operation... operations)
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
NOTE: This method appends the values to the existing list (if any). Use
setOperations(java.util.Collection) or withOperations(java.util.Collection) if you want to
override the existing values.
operations - An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
public AttachLoadBalancerTlsCertificateResult withOperations(Collection<Operation> operations)
An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
operations - An object representing the API operations.
These SSL/TLS certificates are only usable by Lightsail load balancers. You can't get the certificate and use it for another purpose.
public String toString()
toString in class ObjectObject.toString()public AttachLoadBalancerTlsCertificateResult clone()
Copyright © 2019. All rights reserved.