Class ListLayerVersionsRequest
- 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.ListLayerVersionsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<ListLayerVersionsRequest.Builder,ListLayerVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListLayerVersionsRequest extends LambdaRequest implements ToCopyableBuilder<ListLayerVersionsRequest.Builder,ListLayerVersionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ListLayerVersionsRequest.Builder
-
Method Summary
-
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
-
layerName
public final String layerName()
The name or Amazon Resource Name (ARN) of the layer.
- Returns:
- The name or Amazon Resource Name (ARN) of the layer.
-
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 versions to return.
- Returns:
- The maximum number of versions 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 ListLayerVersionsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ListLayerVersionsRequest.Builder,ListLayerVersionsRequest>
- Specified by:
toBuilder
in classLambdaRequest
-
builder
public static ListLayerVersionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListLayerVersionsRequest.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
-
-