@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSecurityConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListSecurityConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListSecurityConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A pagination token that indicates the next set of results to retrieve.
|
List<SecurityConfigurationSummary> |
getSecurityConfigurations()
The creation date and time, and name, of each security configuration.
|
int |
hashCode() |
void |
setMarker(String marker)
A pagination token that indicates the next set of results to retrieve.
|
void |
setSecurityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)
The creation date and time, and name, of each security configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListSecurityConfigurationsResult |
withMarker(String marker)
A pagination token that indicates the next set of results to retrieve.
|
ListSecurityConfigurationsResult |
withSecurityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)
The creation date and time, and name, of each security configuration.
|
ListSecurityConfigurationsResult |
withSecurityConfigurations(SecurityConfigurationSummary... securityConfigurations)
The creation date and time, and name, of each security configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SecurityConfigurationSummary> getSecurityConfigurations()
The creation date and time, and name, of each security configuration.
public void setSecurityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)
The creation date and time, and name, of each security configuration.
securityConfigurations
- The creation date and time, and name, of each security configuration.public ListSecurityConfigurationsResult withSecurityConfigurations(SecurityConfigurationSummary... securityConfigurations)
The creation date and time, and name, of each security configuration.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityConfigurations(java.util.Collection)
or
withSecurityConfigurations(java.util.Collection)
if you want to override the existing values.
securityConfigurations
- The creation date and time, and name, of each security configuration.public ListSecurityConfigurationsResult withSecurityConfigurations(Collection<SecurityConfigurationSummary> securityConfigurations)
The creation date and time, and name, of each security configuration.
securityConfigurations
- The creation date and time, and name, of each security configuration.public void setMarker(String marker)
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
marker
- A pagination token that indicates the next set of results to retrieve. Include the marker in the next
ListSecurityConfiguration call to retrieve the next page of results, if required.public String getMarker()
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
public ListSecurityConfigurationsResult withMarker(String marker)
A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
marker
- A pagination token that indicates the next set of results to retrieve. Include the marker in the next
ListSecurityConfiguration call to retrieve the next page of results, if required.public String toString()
toString
in class Object
Object.toString()
public ListSecurityConfigurationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.