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 SummaryNested Classes Modifier and Type Class Description static interfaceGetFunctionEventInvokeConfigResponse.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFunctionEventInvokeConfigResponse.Builderbuilder()DestinationConfigdestinationConfig()A destination for events after they have been sent to a function for processing.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfunctionArn()The Amazon Resource Name (ARN) of the function.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModified()The date and time that the configuration was last updated.IntegermaximumEventAgeInSeconds()The maximum age of a request that Lambda sends to a function for processing.IntegermaximumRetryAttempts()The maximum number of times to retry when the function returns an error.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetFunctionEventInvokeConfigResponse.Builder>serializableBuilderClass()GetFunctionEventInvokeConfigResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.- 
Methods inherited from class software.amazon.awssdk.services.lambda.model.LambdaResponseresponseMetadata
 - 
Methods inherited from class software.amazon.awssdk.core.SdkResponsesdkHttpResponse
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
 
- 
 
- 
- 
- 
Method Detail- 
lastModifiedpublic final Instant lastModified() The date and time that the configuration was last updated. - Returns:
- The date and time that the configuration was last updated.
 
 - 
functionArnpublic final String functionArn() The Amazon Resource Name (ARN) of the function. - Returns:
- The Amazon Resource Name (ARN) of the function.
 
 - 
maximumRetryAttemptspublic 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.
 
 - 
maximumEventAgeInSecondspublic 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.
 
 - 
destinationConfigpublic 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. 
- 
 Bucket - The ARN of an Amazon S3 bucket. 
- 
 Topic - The ARN of a standard SNS topic. 
- 
 Event Bus - The ARN of an Amazon EventBridge event bus. 
 S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. - 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. 
- 
         Bucket - The ARN of an Amazon S3 bucket. 
- 
         Topic - The ARN of a standard SNS topic. 
- 
         Event Bus - The ARN of an Amazon EventBridge event bus. 
 S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- 
         
 
- 
 
 - 
toBuilderpublic GetFunctionEventInvokeConfigResponse.Builder toBuilder() - Specified by:
- toBuilderin interface- ToCopyableBuilder<GetFunctionEventInvokeConfigResponse.Builder,GetFunctionEventInvokeConfigResponse>
- Specified by:
- toBuilderin class- AwsResponse
 
 - 
builderpublic static GetFunctionEventInvokeConfigResponse.Builder builder() 
 - 
serializableBuilderClasspublic static Class<? extends GetFunctionEventInvokeConfigResponse.Builder> serializableBuilderClass() 
 - 
hashCodepublic final int hashCode() - Overrides:
- hashCodein class- AwsResponse
 
 - 
equalspublic final boolean equals(Object obj) - Overrides:
- equalsin class- AwsResponse
 
 - 
equalsBySdkFieldspublic final boolean equalsBySdkFields(Object obj) - Specified by:
- equalsBySdkFieldsin interface- SdkPojo
 
 - 
toStringpublic 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.
 - 
getValueForFieldpublic final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) - Overrides:
- getValueForFieldin class- SdkResponse
 
 - 
sdkFieldNameToFieldpublic final Map<String,SdkField<?>> sdkFieldNameToField() - Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
 
 
- 
 
-