Class ListDashboardsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest
-
- software.amazon.awssdk.services.cloudtrail.model.ListDashboardsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDashboardsRequest extends CloudTrailRequest implements ToCopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDashboardsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDashboardsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of dashboards to display on a single page.StringnamePrefix()Specify a name prefix to filter on.StringnextToken()A token you can use to get the next page of dashboard results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListDashboardsRequest.Builder>serializableBuilderClass()ListDashboardsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.DashboardTypetype()Specify a dashboard type to filter on:CUSTOMorMANAGED.StringtypeAsString()Specify a dashboard type to filter on:CUSTOMorMANAGED.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
namePrefix
public final String namePrefix()
Specify a name prefix to filter on.
- Returns:
- Specify a name prefix to filter on.
-
type
public final DashboardType type()
Specify a dashboard type to filter on:
CUSTOMorMANAGED.If the service returns an enum value that is not available in the current SDK version,
typewill returnDashboardType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Specify a dashboard type to filter on:
CUSTOMorMANAGED. - See Also:
DashboardType
-
typeAsString
public final String typeAsString()
Specify a dashboard type to filter on:
CUSTOMorMANAGED.If the service returns an enum value that is not available in the current SDK version,
typewill returnDashboardType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Specify a dashboard type to filter on:
CUSTOMorMANAGED. - See Also:
DashboardType
-
nextToken
public final String nextToken()
A token you can use to get the next page of dashboard results.
- Returns:
- A token you can use to get the next page of dashboard results.
-
maxResults
public final Integer maxResults()
The maximum number of dashboards to display on a single page.
- Returns:
- The maximum number of dashboards to display on a single page.
-
toBuilder
public ListDashboardsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDashboardsRequest.Builder,ListDashboardsRequest>- Specified by:
toBuilderin classCloudTrailRequest
-
builder
public static ListDashboardsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDashboardsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-