@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 token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
List<SecurityProfileIdentifier> |
getSecurityProfileIdentifiers()
A list of security profile identifiers (names and ARNs).
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
void |
setSecurityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityProfilesResult |
withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
ListSecurityProfilesResult |
withSecurityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
ListSecurityProfilesResult |
withSecurityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SecurityProfileIdentifier> getSecurityProfileIdentifiers()
A list of security profile identifiers (names and ARNs).
public void setSecurityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
securityProfileIdentifiers
- A list of security profile identifiers (names and ARNs).public ListSecurityProfilesResult withSecurityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
NOTE: This method appends the values to the existing list (if any). Use
setSecurityProfileIdentifiers(java.util.Collection)
or
withSecurityProfileIdentifiers(java.util.Collection)
if you want to override the existing values.
securityProfileIdentifiers
- A list of security profile identifiers (names and ARNs).public ListSecurityProfilesResult withSecurityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
securityProfileIdentifiers
- A list of security profile identifiers (names and ARNs).public void setNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String getNextToken()
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
null
if there are no
additional results.public ListSecurityProfilesResult withNextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null
if there are no additional
results.
nextToken
- A token that can be used to retrieve the next set of results, or null
if there are no
additional results.public String toString()
toString
in class Object
Object.toString()
public ListSecurityProfilesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.