Class CreateApiDestinationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
-
- software.amazon.awssdk.services.eventbridge.model.CreateApiDestinationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateApiDestinationResponse.Builder,CreateApiDestinationResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateApiDestinationResponse extends EventBridgeResponse implements ToCopyableBuilder<CreateApiDestinationResponse.Builder,CreateApiDestinationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateApiDestinationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapiDestinationArn()The ARN of the API destination that was created by the request.ApiDestinationStateapiDestinationState()The state of the API destination that was created by the request.StringapiDestinationStateAsString()The state of the API destination that was created by the request.static CreateApiDestinationResponse.Builderbuilder()InstantcreationTime()A time stamp indicating the time that the API destination was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastModifiedTime()A time stamp indicating the time that the API destination was last modified.List<SdkField<?>>sdkFields()static Class<? extends CreateApiDestinationResponse.Builder>serializableBuilderClass()CreateApiDestinationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.eventbridge.model.EventBridgeResponse
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
-
apiDestinationArn
public final String apiDestinationArn()
The ARN of the API destination that was created by the request.
- Returns:
- The ARN of the API destination that was created by the request.
-
apiDestinationState
public final ApiDestinationState apiDestinationState()
The state of the API destination that was created by the request.
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 that was created by the request.
- See Also:
ApiDestinationState
-
apiDestinationStateAsString
public final String apiDestinationStateAsString()
The state of the API destination that was created by the request.
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 that was created by the request.
- See Also:
ApiDestinationState
-
creationTime
public final Instant creationTime()
A time stamp indicating the time that the API destination was created.
- Returns:
- A time stamp indicating the time that the API destination was created.
-
lastModifiedTime
public final Instant lastModifiedTime()
A time stamp indicating the time that the API destination was last modified.
- Returns:
- A time stamp indicating the time that the API destination was last modified.
-
toBuilder
public CreateApiDestinationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateApiDestinationResponse.Builder,CreateApiDestinationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateApiDestinationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateApiDestinationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkResponse
-
-