@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSecurityProfilesResult() |
Modifier and Type | Method and Description |
---|---|
ListSecurityProfilesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A string returned in the response.
|
List<SecurityProfileSummary> |
getSecurityProfileSummaryList()
An array of
SecurityProfileSummary objects. |
int |
hashCode() |
void |
setNextToken(String nextToken)
A string returned in the response.
|
void |
setSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
An array of
SecurityProfileSummary objects. |
String |
toString()
Returns a string representation of this object.
|
ListSecurityProfilesResult |
withNextToken(String nextToken)
A string returned in the response.
|
ListSecurityProfilesResult |
withSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
An array of
SecurityProfileSummary objects. |
ListSecurityProfilesResult |
withSecurityProfileSummaryList(SecurityProfileSummary... securityProfileSummaryList)
An array of
SecurityProfileSummary objects. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SecurityProfileSummary> getSecurityProfileSummaryList()
An array of SecurityProfileSummary
objects.
SecurityProfileSummary
objects.public void setSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
An array of SecurityProfileSummary
objects.
securityProfileSummaryList
- An array of SecurityProfileSummary
objects.public ListSecurityProfilesResult withSecurityProfileSummaryList(SecurityProfileSummary... securityProfileSummaryList)
An array of SecurityProfileSummary
objects.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityProfileSummaryList(java.util.Collection)
or
withSecurityProfileSummaryList(java.util.Collection)
if you want to override the existing values.
securityProfileSummaryList
- An array of SecurityProfileSummary
objects.public ListSecurityProfilesResult withSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
An array of SecurityProfileSummary
objects.
securityProfileSummaryList
- An array of SecurityProfileSummary
objects.public void setNextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken
- A string returned in the response. Use the value returned in the response as the value of the NextToken in
a subsequent request to retrieve the next set of results.public String getNextToken()
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
public ListSecurityProfilesResult withNextToken(String nextToken)
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
nextToken
- A string returned in the response. Use the value returned in the response as the value of the NextToken in
a subsequent request to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListSecurityProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.