@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebsiteCaSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the certificate authority (CA).
Constructor and Description |
---|
WebsiteCaSummary() |
Modifier and Type | Method and Description |
---|---|
WebsiteCaSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The time when the CA was added.
|
String |
getDisplayName()
The name to display.
|
String |
getWebsiteCaId()
A unique identifier for the CA.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(Date createdTime)
The time when the CA was added.
|
void |
setDisplayName(String displayName)
The name to display.
|
void |
setWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
|
String |
toString()
Returns a string representation of this object.
|
WebsiteCaSummary |
withCreatedTime(Date createdTime)
The time when the CA was added.
|
WebsiteCaSummary |
withDisplayName(String displayName)
The name to display.
|
WebsiteCaSummary |
withWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
|
public void setWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
websiteCaId
- A unique identifier for the CA.public String getWebsiteCaId()
A unique identifier for the CA.
public WebsiteCaSummary withWebsiteCaId(String websiteCaId)
A unique identifier for the CA.
websiteCaId
- A unique identifier for the CA.public void setCreatedTime(Date createdTime)
The time when the CA was added.
createdTime
- The time when the CA was added.public Date getCreatedTime()
The time when the CA was added.
public WebsiteCaSummary withCreatedTime(Date createdTime)
The time when the CA was added.
createdTime
- The time when the CA was added.public void setDisplayName(String displayName)
The name to display.
displayName
- The name to display.public String getDisplayName()
The name to display.
public WebsiteCaSummary withDisplayName(String displayName)
The name to display.
displayName
- The name to display.public String toString()
toString
in class Object
Object.toString()
public WebsiteCaSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.