@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupCertificateAuthoritiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGroupCertificateAuthoritiesResult() |
Modifier and Type | Method and Description |
---|---|
ListGroupCertificateAuthoritiesResult |
clone() |
boolean |
equals(Object obj) |
List<GroupCertificateAuthorityProperties> |
getGroupCertificateAuthorities()
List of certificate authorities associated with the group.
|
int |
hashCode() |
void |
setGroupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGroupCertificateAuthoritiesResult |
withGroupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
ListGroupCertificateAuthoritiesResult |
withGroupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities)
List of certificate authorities associated with the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListGroupCertificateAuthoritiesResult()
public List<GroupCertificateAuthorityProperties> getGroupCertificateAuthorities()
public void setGroupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
groupCertificateAuthorities
- List of certificate authorities associated with the group.public ListGroupCertificateAuthoritiesResult withGroupCertificateAuthorities(GroupCertificateAuthorityProperties... groupCertificateAuthorities)
NOTE: This method appends the values to the existing list (if any). Use
setGroupCertificateAuthorities(java.util.Collection)
or
withGroupCertificateAuthorities(java.util.Collection)
if you want to override the existing values.
groupCertificateAuthorities
- List of certificate authorities associated with the group.public ListGroupCertificateAuthoritiesResult withGroupCertificateAuthorities(Collection<GroupCertificateAuthorityProperties> groupCertificateAuthorities)
groupCertificateAuthorities
- List of certificate authorities associated with the group.public String toString()
toString
in class Object
Object.toString()
public ListGroupCertificateAuthoritiesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.