@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCrlsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCrlsResult() |
Modifier and Type | Method and Description |
---|---|
ListCrlsResult |
clone() |
boolean |
equals(Object obj) |
List<CrlDetail> |
getCrls()
A list of certificate revocation lists (CRL).
|
String |
getNextToken()
A token that indicates where the output should continue from, if a previous request did not show all results.
|
int |
hashCode() |
void |
setCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
void |
setNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results.
|
String |
toString()
Returns a string representation of this object.
|
ListCrlsResult |
withCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResult |
withCrls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResult |
withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CrlDetail> getCrls()
A list of certificate revocation lists (CRL).
public void setCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
crls
- A list of certificate revocation lists (CRL).public ListCrlsResult withCrls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
NOTE: This method appends the values to the existing list (if any). Use
setCrls(java.util.Collection)
or withCrls(java.util.Collection)
if you want to override the
existing values.
crls
- A list of certificate revocation lists (CRL).public ListCrlsResult withCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
crls
- A list of certificate revocation lists (CRL).public void setNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
nextToken
- A token that indicates where the output should continue from, if a previous request did not show all
results. To get the next results, make the request again with this value.public String getNextToken()
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
public ListCrlsResult withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
nextToken
- A token that indicates where the output should continue from, if a previous request did not show all
results. To get the next results, make the request again with this value.public String toString()
toString
in class Object
Object.toString()
public ListCrlsResult clone()