@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGroupCertificateConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateGroupCertificateConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateGroupCertificateConfigurationResult |
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.
|
UpdateGroupCertificateConfigurationResult |
withCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
The amount of time remaining before the certificate authority expires, in milliseconds.
|
UpdateGroupCertificateConfigurationResult |
withCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
The amount of time remaining before the certificate expires, in milliseconds.
|
UpdateGroupCertificateConfigurationResult |
withGroupId(String groupId)
The ID of the group certificate configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateGroupCertificateConfigurationResult()
public void setCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
certificateAuthorityExpiryInMilliseconds
- The amount of time remaining before the certificate authority expires, in milliseconds.public String getCertificateAuthorityExpiryInMilliseconds()
public UpdateGroupCertificateConfigurationResult 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 UpdateGroupCertificateConfigurationResult 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 UpdateGroupCertificateConfigurationResult withGroupId(String groupId)
groupId
- The ID of the group certificate configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateGroupCertificateConfigurationResult clone()