@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerTlsCertificateSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of SSL/TLS certificate metadata.
Constructor and Description |
---|
LoadBalancerTlsCertificateSummary() |
Modifier and Type | Method and Description |
---|---|
LoadBalancerTlsCertificateSummary |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsAttached()
When
true , the SSL/TLS certificate is attached to the Lightsail load balancer. |
String |
getName()
The name of the SSL/TLS certificate.
|
int |
hashCode() |
Boolean |
isAttached()
When
true , the SSL/TLS certificate is attached to the Lightsail load balancer. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsAttached(Boolean isAttached)
When
true , the SSL/TLS certificate is attached to the Lightsail load balancer. |
void |
setName(String name)
The name of the SSL/TLS certificate.
|
String |
toString()
Returns a string representation of this object.
|
LoadBalancerTlsCertificateSummary |
withIsAttached(Boolean isAttached)
When
true , the SSL/TLS certificate is attached to the Lightsail load balancer. |
LoadBalancerTlsCertificateSummary |
withName(String name)
The name of the SSL/TLS certificate.
|
public void setName(String name)
The name of the SSL/TLS certificate.
name
- The name of the SSL/TLS certificate.public String getName()
The name of the SSL/TLS certificate.
public LoadBalancerTlsCertificateSummary withName(String name)
The name of the SSL/TLS certificate.
name
- The name of the SSL/TLS certificate.public void setIsAttached(Boolean isAttached)
When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.
isAttached
- When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.public Boolean getIsAttached()
When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.
true
, the SSL/TLS certificate is attached to the Lightsail load balancer.public LoadBalancerTlsCertificateSummary withIsAttached(Boolean isAttached)
When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.
isAttached
- When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.public Boolean isAttached()
When true
, the SSL/TLS certificate is attached to the Lightsail load balancer.
true
, the SSL/TLS certificate is attached to the Lightsail load balancer.public String toString()
toString
in class Object
Object.toString()
public LoadBalancerTlsCertificateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.