@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()
If there are additional results, this is the token for the next set of results.
|
List<SecurityProfileSummary> |
getSecurityProfileSummaryList()
Information about the security profiles.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
Information about the security profiles.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityProfilesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListSecurityProfilesResult |
withSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
Information about the security profiles.
|
ListSecurityProfilesResult |
withSecurityProfileSummaryList(SecurityProfileSummary... securityProfileSummaryList)
Information about the security profiles.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SecurityProfileSummary> getSecurityProfileSummaryList()
Information about the security profiles.
public void setSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
Information about the security profiles.
securityProfileSummaryList
- Information about the security profiles.public ListSecurityProfilesResult withSecurityProfileSummaryList(SecurityProfileSummary... securityProfileSummaryList)
Information about the security profiles.
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
- Information about the security profiles.public ListSecurityProfilesResult withSecurityProfileSummaryList(Collection<SecurityProfileSummary> securityProfileSummaryList)
Information about the security profiles.
securityProfileSummaryList
- Information about the security profiles.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 ListSecurityProfilesResult 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 ListSecurityProfilesResult clone()