@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuthenticationProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAuthenticationProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListAuthenticationProfilesResult |
clone() |
boolean |
equals(Object obj) |
List<AuthenticationProfileSummary> |
getAuthenticationProfileSummaryList()
A summary of a given authentication profile.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAuthenticationProfilesResult |
withAuthenticationProfileSummaryList(AuthenticationProfileSummary... authenticationProfileSummaryList)
A summary of a given authentication profile.
|
ListAuthenticationProfilesResult |
withAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
|
ListAuthenticationProfilesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AuthenticationProfileSummary> getAuthenticationProfileSummaryList()
A summary of a given authentication profile.
public void setAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
authenticationProfileSummaryList
- A summary of a given authentication profile.public ListAuthenticationProfilesResult withAuthenticationProfileSummaryList(AuthenticationProfileSummary... authenticationProfileSummaryList)
A summary of a given authentication profile.
NOTE: This method appends the values to the existing list (if any). Use
setAuthenticationProfileSummaryList(java.util.Collection)
or
withAuthenticationProfileSummaryList(java.util.Collection)
if you want to override the existing values.
authenticationProfileSummaryList
- A summary of a given authentication profile.public ListAuthenticationProfilesResult withAuthenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)
A summary of a given authentication profile.
authenticationProfileSummaryList
- A summary of a given authentication profile.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListAuthenticationProfilesResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListAuthenticationProfilesResult clone()