Class DescribeApiDestinationResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeApiDestinationResponse.Builder,DescribeApiDestinationResponse>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe ARN of the API destination retrieved.final ApiDestinationStateThe state of the API destination retrieved.final StringThe state of the API destination retrieved.builder()final StringThe ARN of the connection specified for the API destination retrieved.final InstantA time stamp for the time that the API destination was created.final StringThe description for the API destination retrieved.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ApiDestinationHttpMethodThe method to use to connect to the HTTP endpoint.final StringThe method to use to connect to the HTTP endpoint.final StringThe URL to use to connect to the HTTP endpoint.final IntegerThe maximum number of invocations per second to specified for the API destination.final InstantA time stamp for the time that the API destination was last modified.final Stringname()The name of the API destination retrieved.static Class<? extends DescribeApiDestinationResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
apiDestinationArn
The ARN of the API destination retrieved.
- Returns:
- The ARN of the API destination retrieved.
-
name
The name of the API destination retrieved.
- Returns:
- The name of the API destination retrieved.
-
description
The description for the API destination retrieved.
- Returns:
- The description for the API destination retrieved.
-
apiDestinationState
The state of the API destination retrieved.
If the service returns an enum value that is not available in the current SDK version,
apiDestinationStatewill returnApiDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiDestinationStateAsString().- Returns:
- The state of the API destination retrieved.
- See Also:
-
apiDestinationStateAsString
The state of the API destination retrieved.
If the service returns an enum value that is not available in the current SDK version,
apiDestinationStatewill returnApiDestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapiDestinationStateAsString().- Returns:
- The state of the API destination retrieved.
- See Also:
-
connectionArn
The ARN of the connection specified for the API destination retrieved.
- Returns:
- The ARN of the connection specified for the API destination retrieved.
-
invocationEndpoint
The URL to use to connect to the HTTP endpoint.
- Returns:
- The URL to use to connect to the HTTP endpoint.
-
httpMethod
The method to use to connect to the HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version,
httpMethodwill returnApiDestinationHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpMethodAsString().- Returns:
- The method to use to connect to the HTTP endpoint.
- See Also:
-
httpMethodAsString
The method to use to connect to the HTTP endpoint.
If the service returns an enum value that is not available in the current SDK version,
httpMethodwill returnApiDestinationHttpMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpMethodAsString().- Returns:
- The method to use to connect to the HTTP endpoint.
- See Also:
-
invocationRateLimitPerSecond
The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
- Returns:
- The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
-
creationTime
A time stamp for the time that the API destination was created.
- Returns:
- A time stamp for the time that the API destination was created.
-
lastModifiedTime
A time stamp for the time that the API destination was last modified.
- Returns:
- A time stamp for the time that the API destination was last modified.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeApiDestinationResponse.Builder,DescribeApiDestinationResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-