public class ListCACertificatesResult
extends java.lang.Object
implements java.io.Serializable
The output from the ListCACertificates operation.
Constructor and Description |
---|
ListCACertificatesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CACertificate> |
getCertificates()
The CA certificates registered in your AWS account.
|
java.lang.String |
getNextMarker()
The current position within the list of CA certificates.
|
int |
hashCode() |
void |
setCertificates(java.util.Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
void |
setNextMarker(java.lang.String nextMarker)
The current position within the list of CA certificates.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListCACertificatesResult |
withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResult |
withCertificates(java.util.Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
|
ListCACertificatesResult |
withNextMarker(java.lang.String nextMarker)
The current position within the list of CA certificates.
|
public java.util.List<CACertificate> getCertificates()
The CA certificates registered in your AWS account.
The CA certificates registered in your AWS account.
public void setCertificates(java.util.Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
certificates
- The CA certificates registered in your AWS account.
public ListCACertificatesResult withCertificates(CACertificate... certificates)
The CA certificates registered in your AWS account.
Returns a reference to this object so that method calls can be chained together.
certificates
- The CA certificates registered in your AWS account.
public ListCACertificatesResult withCertificates(java.util.Collection<CACertificate> certificates)
The CA certificates registered in your AWS account.
Returns a reference to this object so that method calls can be chained together.
certificates
- The CA certificates registered in your AWS account.
public java.lang.String getNextMarker()
The current position within the list of CA certificates.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
The current position within the list of CA certificates.
public void setNextMarker(java.lang.String nextMarker)
The current position within the list of CA certificates.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The current position within the list of CA certificates.
public ListCACertificatesResult withNextMarker(java.lang.String nextMarker)
The current position within the list of CA certificates.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: [A-Za-z0-9+/]+={0,2}
nextMarker
- The current position within the list of CA certificates.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.