@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchSecurityProfilesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchSecurityProfilesResult() |
Modifier and Type | Method and Description |
---|---|
SearchSecurityProfilesResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of security profiles which matched your search query.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<SecurityProfileSearchSummary> |
getSecurityProfiles()
Information about the security profiles.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of security profiles which matched your search query.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setSecurityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
|
String |
toString()
Returns a string representation of this object.
|
SearchSecurityProfilesResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of security profiles which matched your search query.
|
SearchSecurityProfilesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchSecurityProfilesResult |
withSecurityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
|
SearchSecurityProfilesResult |
withSecurityProfiles(SecurityProfileSearchSummary... securityProfiles)
Information about the security profiles.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SecurityProfileSearchSummary> getSecurityProfiles()
Information about the security profiles.
public void setSecurityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
securityProfiles
- Information about the security profiles.public SearchSecurityProfilesResult withSecurityProfiles(SecurityProfileSearchSummary... securityProfiles)
Information about the security profiles.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityProfiles(java.util.Collection)
or withSecurityProfiles(java.util.Collection)
if you
want to override the existing values.
securityProfiles
- Information about the security profiles.public SearchSecurityProfilesResult withSecurityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
securityProfiles
- 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 SearchSecurityProfilesResult 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 void setApproximateTotalCount(Long approximateTotalCount)
The total number of security profiles which matched your search query.
approximateTotalCount
- The total number of security profiles which matched your search query.public Long getApproximateTotalCount()
The total number of security profiles which matched your search query.
public SearchSecurityProfilesResult withApproximateTotalCount(Long approximateTotalCount)
The total number of security profiles which matched your search query.
approximateTotalCount
- The total number of security profiles which matched your search query.public String toString()
toString
in class Object
Object.toString()
public SearchSecurityProfilesResult clone()