@Generated(value="software.amazon.awssdk:codegen") public final class ListLogSourcesRequest extends SecurityLakeRequest implements ToCopyableBuilder<ListLogSourcesRequest.Builder,ListLogSourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLogSourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLogSourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasInputOrder()
For responses, this returns true if the service returned a value for the InputOrder property.
|
boolean |
hasListAllDimensions()
For responses, this returns true if the service returned a value for the ListAllDimensions property.
|
boolean |
hasListSingleDimension()
For responses, this returns true if the service returned a value for the ListSingleDimension property.
|
boolean |
hasListTwoDimensions()
For responses, this returns true if the service returned a value for the ListTwoDimensions property.
|
List<Dimension> |
inputOrder()
Lists the log sources in input order, namely Region, source type, and member account.
|
List<String> |
inputOrderAsStrings()
Lists the log sources in input order, namely Region, source type, and member account.
|
Map<String,Map<String,List<String>>> |
listAllDimensions()
List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web Services sources
from specific accounts and specific Regions.
|
List<String> |
listSingleDimension()
List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from specific
accounts or specific Regions.
|
Map<String,List<String>> |
listTwoDimensions()
Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services sources from
specific accounts or specific Regions.
|
Integer |
maxResults()
The maximum number of accounts for which the log sources are displayed.
|
String |
nextToken()
If nextToken is returned, there are more results available.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLogSourcesRequest.Builder> |
serializableBuilderClass() |
ListLogSourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<Dimension> inputOrder()
Lists the log sources in input order, namely Region, source type, and member account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInputOrder() method.
public final boolean hasInputOrder()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> inputOrderAsStrings()
Lists the log sources in input order, namely Region, source type, and member account.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasInputOrder() method.
public final boolean hasListAllDimensions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,Map<String,List<String>>> listAllDimensions()
List the view of log sources for enabled Amazon Security Lake accounts for specific Amazon Web Services sources from specific accounts and specific Regions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListAllDimensions() method.
public final boolean hasListSingleDimension()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> listSingleDimension()
List the view of log sources for enabled Security Lake accounts for all Amazon Web Services sources from specific accounts or specific Regions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListSingleDimension() method.
public final boolean hasListTwoDimensions()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,List<String>> listTwoDimensions()
Lists the view of log sources for enabled Security Lake accounts for specific Amazon Web Services sources from specific accounts or specific Regions.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListTwoDimensions() method.
public final Integer maxResults()
The maximum number of accounts for which the log sources are displayed.
public final 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.
public ListLogSourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLogSourcesRequest.Builder,ListLogSourcesRequest>toBuilder in class SecurityLakeRequestpublic static ListLogSourcesRequest.Builder builder()
public static Class<? extends ListLogSourcesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.