@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListSecurityConfigsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListSecurityConfigsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
When
nextToken is returned, there are more results available. |
List<SecurityConfigSummary> |
getSecurityConfigSummaries()
Details about the security configurations in your account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
void |
setSecurityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
|
String |
toString()
Returns a string representation of this object.
|
ListSecurityConfigsResult |
withNextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListSecurityConfigsResult |
withSecurityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
|
ListSecurityConfigsResult |
withSecurityConfigSummaries(SecurityConfigSummary... securityConfigSummaries)
Details about the security configurations in your account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public String getNextToken()
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public ListSecurityConfigsResult withNextToken(String nextToken)
When nextToken is returned, there are more results available. The value of nextToken is
a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.public List<SecurityConfigSummary> getSecurityConfigSummaries()
Details about the security configurations in your account.
public void setSecurityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
securityConfigSummaries - Details about the security configurations in your account.public ListSecurityConfigsResult withSecurityConfigSummaries(SecurityConfigSummary... securityConfigSummaries)
Details about the security configurations in your account.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityConfigSummaries(java.util.Collection) or
withSecurityConfigSummaries(java.util.Collection) if you want to override the existing values.
securityConfigSummaries - Details about the security configurations in your account.public ListSecurityConfigsResult withSecurityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
securityConfigSummaries - Details about the security configurations in your account.public String toString()
toString in class ObjectObject.toString()public ListSecurityConfigsResult clone()