@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWebsiteAuthorizationProvidersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListWebsiteAuthorizationProvidersResult() |
Modifier and Type | Method and Description |
---|---|
ListWebsiteAuthorizationProvidersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token to use to retrieve the next page of results for this operation.
|
List<WebsiteAuthorizationProviderSummary> |
getWebsiteAuthorizationProviders()
The website authorization providers.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
void |
setWebsiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)
The website authorization providers.
|
String |
toString()
Returns a string representation of this object.
|
ListWebsiteAuthorizationProvidersResult |
withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
ListWebsiteAuthorizationProvidersResult |
withWebsiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)
The website authorization providers.
|
ListWebsiteAuthorizationProvidersResult |
withWebsiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders)
The website authorization providers.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListWebsiteAuthorizationProvidersResult()
public List<WebsiteAuthorizationProviderSummary> getWebsiteAuthorizationProviders()
The website authorization providers.
public void setWebsiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)
The website authorization providers.
websiteAuthorizationProviders
- The website authorization providers.public ListWebsiteAuthorizationProvidersResult withWebsiteAuthorizationProviders(WebsiteAuthorizationProviderSummary... websiteAuthorizationProviders)
The website authorization providers.
NOTE: This method appends the values to the existing list (if any). Use
setWebsiteAuthorizationProviders(java.util.Collection)
or
withWebsiteAuthorizationProviders(java.util.Collection)
if you want to override the existing values.
websiteAuthorizationProviders
- The website authorization providers.public ListWebsiteAuthorizationProvidersResult withWebsiteAuthorizationProviders(Collection<WebsiteAuthorizationProviderSummary> websiteAuthorizationProviders)
The website authorization providers.
websiteAuthorizationProviders
- The website authorization providers.public void setNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String getNextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public ListWebsiteAuthorizationProvidersResult withNextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken
- The pagination token to use to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.public String toString()
toString
in class Object
Object.toString()
public ListWebsiteAuthorizationProvidersResult clone()