@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()
The ARN of the certificate authority for the group.
|
String |
getGroupCertificateAuthorityId()
The 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)
The ARN of the certificate authority for the group.
|
void |
setGroupCertificateAuthorityId(String groupCertificateAuthorityId)
The ID of the certificate authority for the group.
|
String |
toString()
Returns a string representation of this object.
|
GroupCertificateAuthorityProperties |
withGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
The ARN of the certificate authority for the group.
|
GroupCertificateAuthorityProperties |
withGroupCertificateAuthorityId(String groupCertificateAuthorityId)
The ID of the certificate authority for the group.
|
public void setGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn - The ARN of the certificate authority for the group.public String getGroupCertificateAuthorityArn()
public GroupCertificateAuthorityProperties withGroupCertificateAuthorityArn(String groupCertificateAuthorityArn)
groupCertificateAuthorityArn - The ARN of the certificate authority for the group.public void setGroupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId - The ID of the certificate authority for the group.public String getGroupCertificateAuthorityId()
public GroupCertificateAuthorityProperties withGroupCertificateAuthorityId(String groupCertificateAuthorityId)
groupCertificateAuthorityId - The 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.