Class GetFunctionEventInvokeConfigResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.lambda.model.LambdaResponse
-
- software.amazon.awssdk.services.lambda.model.GetFunctionEventInvokeConfigResponse
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<GetFunctionEventInvokeConfigResponse.Builder,GetFunctionEventInvokeConfigResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetFunctionEventInvokeConfigResponse extends LambdaResponse implements ToCopyableBuilder<GetFunctionEventInvokeConfigResponse.Builder,GetFunctionEventInvokeConfigResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GetFunctionEventInvokeConfigResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFunctionEventInvokeConfigResponse.Builder
builder()
DestinationConfig
destinationConfig()
A destination for events after they have been sent to a function for processing.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
functionArn()
The Amazon Resource Name (ARN) of the function.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModified()
The date and time that the configuration was last updated.Integer
maximumEventAgeInSeconds()
The maximum age of a request that Lambda sends to a function for processing.Integer
maximumRetryAttempts()
The maximum number of times to retry when the function returns an error.List<SdkField<?>>
sdkFields()
static Class<? extends GetFunctionEventInvokeConfigResponse.Builder>
serializableBuilderClass()
GetFunctionEventInvokeConfigResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.lambda.model.LambdaResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
lastModified
public final Instant lastModified()
The date and time that the configuration was last updated.
- Returns:
- The date and time that the configuration was last updated.
-
functionArn
public final String functionArn()
The Amazon Resource Name (ARN) of the function.
- Returns:
- The Amazon Resource Name (ARN) of the function.
-
maximumRetryAttempts
public final Integer maximumRetryAttempts()
The maximum number of times to retry when the function returns an error.
- Returns:
- The maximum number of times to retry when the function returns an error.
-
maximumEventAgeInSeconds
public final Integer maximumEventAgeInSeconds()
The maximum age of a request that Lambda sends to a function for processing.
- Returns:
- The maximum age of a request that Lambda sends to a function for processing.
-
destinationConfig
public final DestinationConfig destinationConfig()
A destination for events after they have been sent to a function for processing.
Destinations
-
Function - The Amazon Resource Name (ARN) of a Lambda function.
-
Queue - The ARN of a standard SQS queue.
-
Topic - The ARN of a standard SNS topic.
-
Event Bus - The ARN of an Amazon EventBridge event bus.
- Returns:
- A destination for events after they have been sent to a function for processing.
Destinations
-
Function - The Amazon Resource Name (ARN) of a Lambda function.
-
Queue - The ARN of a standard SQS queue.
-
Topic - The ARN of a standard SNS topic.
-
Event Bus - The ARN of an Amazon EventBridge event bus.
-
-
-
toBuilder
public GetFunctionEventInvokeConfigResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<GetFunctionEventInvokeConfigResponse.Builder,GetFunctionEventInvokeConfigResponse>
- Specified by:
toBuilder
in classAwsResponse
-
builder
public static GetFunctionEventInvokeConfigResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetFunctionEventInvokeConfigResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsResponse
-
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 classSdkResponse
-
-