@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GroupCertificateAuthorityProperties extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
GroupCertificateAuthorityProperties() |
| Modifier and Type | Method and Description |
|---|---|
GroupCertificateAuthorityProperties |
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
Arn of the certificate authority for the group.
|
void |
setGroupCertificateAuthorityId(String groupCertificateAuthorityId)
Id of the certificate authority for the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GroupCertificateAuthorityProperties |
withGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
Arn of the certificate authority for the group.
|
GroupCertificateAuthorityProperties |
withGroupCertificateAuthorityId(String groupCertificateAuthorityId)
Id of the certificate authority for the group.
|
public void setGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn - Arn of the certificate authority for the group.public String getGroupCertificateAuthorityArn()
public GroupCertificateAuthorityProperties 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 GroupCertificateAuthorityProperties withGroupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId - Id of the certificate authority for the group.public String toString()
toString in class ObjectObject.toString()public GroupCertificateAuthorityProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.