@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()
Amount of time when the certificate authority expires in milliseconds.
|
String |
getCertificateExpiryInMilliseconds()
Amount of time when the certificate expires in milliseconds.
|
String |
getGroupId()
Id of the group the certificate configuration belongs to.
|
int |
hashCode() |
void |
setCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
Amount of time when the certificate authority expires in milliseconds.
|
void |
setCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
Amount of time when the certificate expires in milliseconds.
|
void |
setGroupId(String groupId)
Id of the group the certificate configuration belongs to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetGroupCertificateConfigurationResult |
withCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
Amount of time when the certificate authority expires in milliseconds.
|
GetGroupCertificateConfigurationResult |
withCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
Amount of time when the certificate expires in milliseconds.
|
GetGroupCertificateConfigurationResult |
withGroupId(String groupId)
Id of the group the certificate configuration belongs to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetGroupCertificateConfigurationResult()
public void setCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
certificateAuthorityExpiryInMilliseconds
- Amount of time when the certificate authority expires in milliseconds.public String getCertificateAuthorityExpiryInMilliseconds()
public GetGroupCertificateConfigurationResult withCertificateAuthorityExpiryInMilliseconds(String certificateAuthorityExpiryInMilliseconds)
certificateAuthorityExpiryInMilliseconds
- Amount of time when the certificate authority expires in milliseconds.public void setCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
certificateExpiryInMilliseconds
- Amount of time when the certificate expires in milliseconds.public String getCertificateExpiryInMilliseconds()
public GetGroupCertificateConfigurationResult withCertificateExpiryInMilliseconds(String certificateExpiryInMilliseconds)
certificateExpiryInMilliseconds
- Amount of time when the certificate expires in milliseconds.public void setGroupId(String groupId)
groupId
- Id of the group the certificate configuration belongs to.public String getGroupId()
public GetGroupCertificateConfigurationResult withGroupId(String groupId)
groupId
- Id of the group the certificate configuration belongs to.public String toString()
toString
in class Object
Object.toString()
public GetGroupCertificateConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.