@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupCertificateConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGroupCertificateConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetGroupCertificateConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateAuthorityExpiryInMilliseconds()
The amount of time remaining before the certificate authority expires, in milliseconds.
|
String |
getCertificateExpiryInMilliseconds()
The amount of time remaining before the certificate expires, in milliseconds.
|
String |
getGroupId()
The ID of the group certificate configuration.
|
int |
hashCode() |
void |
setCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
The amount of time remaining before the certificate authority expires, in milliseconds.
|
void |
setCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
The amount of time remaining before the certificate expires, in milliseconds.
|
void |
setGroupId(String groupId)
The ID of the group certificate configuration.
|
String |
toString()
Returns a string representation of this object.
|
GetGroupCertificateConfigurationResult |
withCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
The amount of time remaining before the certificate authority expires, in milliseconds.
|
GetGroupCertificateConfigurationResult |
withCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
The amount of time remaining before the certificate expires, in milliseconds.
|
GetGroupCertificateConfigurationResult |
withGroupId(String groupId)
The ID of the group certificate configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetGroupCertificateConfigurationResult()
public void setCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
certificateAuthorityExpiryInMilliseconds
- The amount of time remaining before the certificate authority expires, in milliseconds.public String getCertificateAuthorityExpiryInMilliseconds()
public GetGroupCertificateConfigurationResult withCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
certificateAuthorityExpiryInMilliseconds
- The amount of time remaining before the certificate authority expires, in milliseconds.public void setCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
certificateExpiryInMilliseconds
- The amount of time remaining before the certificate expires, in milliseconds.public String getCertificateExpiryInMilliseconds()
public GetGroupCertificateConfigurationResult withCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
certificateExpiryInMilliseconds
- The amount of time remaining before the certificate expires, in milliseconds.public void setGroupId(String groupId)
groupId
- The ID of the group certificate configuration.public String getGroupId()
public GetGroupCertificateConfigurationResult withGroupId(String groupId)
groupId
- The ID of the group certificate configuration.public String toString()
toString
in class Object
Object.toString()
public GetGroupCertificateConfigurationResult clone()