@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupCertificateAuthorityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetGroupCertificateAuthorityResult() |
Modifier and Type | Method and Description |
---|---|
GetGroupCertificateAuthorityResult |
clone() |
boolean |
equals(Object obj) |
String |
getGroupCertificateAuthorityArn()
Arn of the certificate authority for the group.
|
String |
getGroupCertificateAuthorityId()
Id of the certificate authority for the group.
|
String |
getPemEncodedCertificate()
PEM encoded certificate for the group.
|
int |
hashCode() |
void |
setGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
Arn of the certificate authority for the group.
|
void |
setGroupCertificateAuthorityId(String groupCertificateAuthorityId)
Id of the certificate authority for the group.
|
void |
setPemEncodedCertificate(String pemEncodedCertificate)
PEM encoded certificate for the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetGroupCertificateAuthorityResult |
withGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
Arn of the certificate authority for the group.
|
GetGroupCertificateAuthorityResult |
withGroupCertificateAuthorityId(String groupCertificateAuthorityId)
Id of the certificate authority for the group.
|
GetGroupCertificateAuthorityResult |
withPemEncodedCertificate(String pemEncodedCertificate)
PEM encoded certificate for the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn
- Arn of the certificate authority for the group.public String getGroupCertificateAuthorityArn()
public GetGroupCertificateAuthorityResult withGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn
- Arn of the certificate authority for the group.public void setGroupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId
- Id of the certificate authority for the group.public String getGroupCertificateAuthorityId()
public GetGroupCertificateAuthorityResult withGroupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId
- Id of the certificate authority for the group.public void setPemEncodedCertificate(String pemEncodedCertificate)
pemEncodedCertificate
- PEM encoded certificate for the group.public String getPemEncodedCertificate()
public GetGroupCertificateAuthorityResult withPemEncodedCertificate(String pemEncodedCertificate)
pemEncodedCertificate
- PEM encoded certificate for the group.public String toString()
toString
in class Object
Object.toString()
public GetGroupCertificateAuthorityResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.