@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerTlsCertificateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of TLS/SSL certificate metadata.
| Constructor and Description |
|---|
LoadBalancerTlsCertificateSummary() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTlsCertificateSummary |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsAttached()
When
true, the TLS/SSL certificate is attached to the Lightsail load balancer. |
String |
getName()
The name of the TLS/SSL certificate.
|
int |
hashCode() |
Boolean |
isAttached()
When
true, the TLS/SSL certificate is attached to the Lightsail load balancer. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIsAttached(Boolean isAttached)
When
true, the TLS/SSL certificate is attached to the Lightsail load balancer. |
void |
setName(String name)
The name of the TLS/SSL certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LoadBalancerTlsCertificateSummary |
withIsAttached(Boolean isAttached)
When
true, the TLS/SSL certificate is attached to the Lightsail load balancer. |
LoadBalancerTlsCertificateSummary |
withName(String name)
The name of the TLS/SSL certificate.
|
public void setName(String name)
The name of the TLS/SSL certificate.
name - The name of the TLS/SSL certificate.public String getName()
The name of the TLS/SSL certificate.
public LoadBalancerTlsCertificateSummary withName(String name)
The name of the TLS/SSL certificate.
name - The name of the TLS/SSL certificate.public void setIsAttached(Boolean isAttached)
When true, the TLS/SSL certificate is attached to the Lightsail load balancer.
isAttached - When true, the TLS/SSL certificate is attached to the Lightsail load balancer.public Boolean getIsAttached()
When true, the TLS/SSL certificate is attached to the Lightsail load balancer.
true, the TLS/SSL certificate is attached to the Lightsail load balancer.public LoadBalancerTlsCertificateSummary withIsAttached(Boolean isAttached)
When true, the TLS/SSL certificate is attached to the Lightsail load balancer.
isAttached - When true, the TLS/SSL certificate is attached to the Lightsail load balancer.public Boolean isAttached()
When true, the TLS/SSL certificate is attached to the Lightsail load balancer.
true, the TLS/SSL certificate is attached to the Lightsail load balancer.public String toString()
toString in class ObjectObject.toString()public LoadBalancerTlsCertificateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.