@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCertificateProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCertificateProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListCertificateProvidersResult |
clone() |
boolean |
equals(Object obj) |
List<CertificateProviderSummary> |
getCertificateProviders()
The list of certificate providers in your Amazon Web Services account.
|
String |
getNextToken()
The token for the next set of results, or
null if there are no more results. |
int |
hashCode() |
void |
setCertificateProviders(Collection<CertificateProviderSummary> certificateProviders)
The list of certificate providers in your Amazon Web Services account.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or
null if there are no more results. |
String |
toString()
Returns a string representation of this object.
|
ListCertificateProvidersResult |
withCertificateProviders(CertificateProviderSummary... certificateProviders)
The list of certificate providers in your Amazon Web Services account.
|
ListCertificateProvidersResult |
withCertificateProviders(Collection<CertificateProviderSummary> certificateProviders)
The list of certificate providers in your Amazon Web Services account.
|
ListCertificateProvidersResult |
withNextToken(String nextToken)
The token for the next set of results, or
null if there are no more results. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CertificateProviderSummary> getCertificateProviders()
The list of certificate providers in your Amazon Web Services account.
public void setCertificateProviders(Collection<CertificateProviderSummary> certificateProviders)
The list of certificate providers in your Amazon Web Services account.
certificateProviders
- The list of certificate providers in your Amazon Web Services account.public ListCertificateProvidersResult withCertificateProviders(CertificateProviderSummary... certificateProviders)
The list of certificate providers in your Amazon Web Services account.
NOTE: This method appends the values to the existing list (if any). Use
setCertificateProviders(java.util.Collection)
or withCertificateProviders(java.util.Collection)
if you want to override the existing values.
certificateProviders
- The list of certificate providers in your Amazon Web Services account.public ListCertificateProvidersResult withCertificateProviders(Collection<CertificateProviderSummary> certificateProviders)
The list of certificate providers in your Amazon Web Services account.
certificateProviders
- The list of certificate providers in your Amazon Web Services account.public void setNextToken(String nextToken)
The token for the next set of results, or null
if there are no more results.
nextToken
- The token for the next set of results, or null
if there are no more results.public String getNextToken()
The token for the next set of results, or null
if there are no more results.
null
if there are no more results.public ListCertificateProvidersResult withNextToken(String nextToken)
The token for the next set of results, or null
if there are no more results.
nextToken
- The token for the next set of results, or null
if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListCertificateProvidersResult clone()