@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStorageLensConfigurationsResult extends AmazonWebServiceResult<S3ControlResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListStorageLensConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListStorageLensConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this
value into a subsequent request to retrieve the next page of results.
|
List<ListStorageLensConfigurationEntry> |
getStorageLensConfigurationList()
A list of S3 Storage Lens configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this
value into a subsequent request to retrieve the next page of results.
|
void |
setStorageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
String |
toString()
Returns a string representation of this object.
|
ListStorageLensConfigurationsResult |
withNextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this
value into a subsequent request to retrieve the next page of results.
|
ListStorageLensConfigurationsResult |
withStorageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
ListStorageLensConfigurationsResult |
withStorageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.
nextToken
- If the request produced more than the maximum number of S3 Storage Lens configuration results, you can
pass this value into a subsequent request to retrieve the next page of results.public String getNextToken()
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.
public ListStorageLensConfigurationsResult withNextToken(String nextToken)
If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.
nextToken
- If the request produced more than the maximum number of S3 Storage Lens configuration results, you can
pass this value into a subsequent request to retrieve the next page of results.public List<ListStorageLensConfigurationEntry> getStorageLensConfigurationList()
A list of S3 Storage Lens configurations.
public void setStorageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
storageLensConfigurationList
- A list of S3 Storage Lens configurations.public ListStorageLensConfigurationsResult withStorageLensConfigurationList(ListStorageLensConfigurationEntry... storageLensConfigurationList)
A list of S3 Storage Lens configurations.
NOTE: This method appends the values to the existing list (if any). Use
setStorageLensConfigurationList(java.util.Collection)
or
withStorageLensConfigurationList(java.util.Collection)
if you want to override the existing values.
storageLensConfigurationList
- A list of S3 Storage Lens configurations.public ListStorageLensConfigurationsResult withStorageLensConfigurationList(Collection<ListStorageLensConfigurationEntry> storageLensConfigurationList)
A list of S3 Storage Lens configurations.
storageLensConfigurationList
- A list of S3 Storage Lens configurations.public String toString()
toString
in class Object
Object.toString()
public ListStorageLensConfigurationsResult clone()