Class ListLayersRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lambda.model.LambdaRequest
-
- software.amazon.awssdk.services.lambda.model.ListLayersRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListLayersRequest extends LambdaRequest implements ToCopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListLayersRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListLayersRequest.Builder
builder()
Architecture
compatibleArchitecture()
The compatible instruction set architecture.String
compatibleArchitectureAsString()
The compatible instruction set architecture.Runtime
compatibleRuntime()
A runtime identifier.String
compatibleRuntimeAsString()
A runtime identifier.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
marker()
A pagination token returned by a previous call.Integer
maxItems()
The maximum number of layers to return.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends ListLayersRequest.Builder>
serializableBuilderClass()
ListLayersRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
compatibleRuntime
public final Runtime compatibleRuntime()
A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
If the service returns an enum value that is not available in the current SDK version,
compatibleRuntime
will returnRuntime.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompatibleRuntimeAsString()
.- Returns:
- A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
- See Also:
Runtime
-
compatibleRuntimeAsString
public final String compatibleRuntimeAsString()
A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
If the service returns an enum value that is not available in the current SDK version,
compatibleRuntime
will returnRuntime.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompatibleRuntimeAsString()
.- Returns:
- A runtime identifier.
The following list includes deprecated runtimes. For more information, see Runtime use after deprecation.
For a list of all currently supported runtimes, see Supported runtimes.
- See Also:
Runtime
-
marker
public final String marker()
A pagination token returned by a previous call.
- Returns:
- A pagination token returned by a previous call.
-
maxItems
public final Integer maxItems()
The maximum number of layers to return.
- Returns:
- The maximum number of layers to return.
-
compatibleArchitecture
public final Architecture compatibleArchitecture()
The compatible instruction set architecture.
If the service returns an enum value that is not available in the current SDK version,
compatibleArchitecture
will returnArchitecture.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompatibleArchitectureAsString()
.- Returns:
- The compatible instruction set architecture.
- See Also:
Architecture
-
compatibleArchitectureAsString
public final String compatibleArchitectureAsString()
The compatible instruction set architecture.
If the service returns an enum value that is not available in the current SDK version,
compatibleArchitecture
will returnArchitecture.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcompatibleArchitectureAsString()
.- Returns:
- The compatible instruction set architecture.
- See Also:
Architecture
-
toBuilder
public ListLayersRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListLayersRequest.Builder,ListLayersRequest>
- Specified by:
toBuilder
in classLambdaRequest
-
builder
public static ListLayersRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListLayersRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-