@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLogSourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLogSourcesResult() |
Modifier and Type | Method and Description |
---|---|
ListLogSourcesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If nextToken is returned, there are more results available.
|
List<Map<String,Map<String,List<String>>>> |
getRegionSourceTypesAccountsList()
Lists the log sources by Regions for enabled Security Lake accounts.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
void |
setRegionSourceTypesAccountsList(Collection<Map<String,Map<String,List<String>>>> regionSourceTypesAccountsList)
Lists the log sources by Regions for enabled Security Lake accounts.
|
String |
toString()
Returns a string representation of this object.
|
ListLogSourcesResult |
withNextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListLogSourcesResult |
withRegionSourceTypesAccountsList(Collection<Map<String,Map<String,List<String>>>> regionSourceTypesAccountsList)
Lists the log sources by Regions for enabled Security Lake accounts.
|
ListLogSourcesResult |
withRegionSourceTypesAccountsList(Map<String,Map<String,List<String>>>... regionSourceTypesAccountsList)
Lists the log sources by Regions for enabled Security Lake accounts.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
nextToken
- If nextToken is returned, there are more results available. You can repeat the call using the returned
token to retrieve the next page.public String getNextToken()
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
public ListLogSourcesResult withNextToken(String nextToken)
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
nextToken
- If nextToken is returned, there are more results available. You can repeat the call using the returned
token to retrieve the next page.public List<Map<String,Map<String,List<String>>>> getRegionSourceTypesAccountsList()
Lists the log sources by Regions for enabled Security Lake accounts.
public void setRegionSourceTypesAccountsList(Collection<Map<String,Map<String,List<String>>>> regionSourceTypesAccountsList)
Lists the log sources by Regions for enabled Security Lake accounts.
regionSourceTypesAccountsList
- Lists the log sources by Regions for enabled Security Lake accounts.public ListLogSourcesResult withRegionSourceTypesAccountsList(Map<String,Map<String,List<String>>>... regionSourceTypesAccountsList)
Lists the log sources by Regions for enabled Security Lake accounts.
NOTE: This method appends the values to the existing list (if any). Use
setRegionSourceTypesAccountsList(java.util.Collection)
or
withRegionSourceTypesAccountsList(java.util.Collection)
if you want to override the existing values.
regionSourceTypesAccountsList
- Lists the log sources by Regions for enabled Security Lake accounts.public ListLogSourcesResult withRegionSourceTypesAccountsList(Collection<Map<String,Map<String,List<String>>>> regionSourceTypesAccountsList)
Lists the log sources by Regions for enabled Security Lake accounts.
regionSourceTypesAccountsList
- Lists the log sources by Regions for enabled Security Lake accounts.public String toString()
toString
in class Object
Object.toString()
public ListLogSourcesResult clone()