Class UpdateApiDestinationResponse
- 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.UpdateApiDestinationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateApiDestinationResponse extends EventBridgeResponse implements ToCopyableBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateApiDestinationResponse.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 updated.ApiDestinationStateapiDestinationState()The state of the API destination that was updated.StringapiDestinationStateAsString()The state of the API destination that was updated.static UpdateApiDestinationResponse.Builderbuilder()InstantcreationTime()A time stamp for 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 for the time that the API destination was last modified.List<SdkField<?>>sdkFields()static Class<? extends UpdateApiDestinationResponse.Builder>serializableBuilderClass()UpdateApiDestinationResponse.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 updated.
- Returns:
- The ARN of the API destination that was updated.
-
apiDestinationState
public final ApiDestinationState apiDestinationState()
The state of the API destination that was updated.
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 updated.
- See Also:
ApiDestinationState
-
apiDestinationStateAsString
public final String apiDestinationStateAsString()
The state of the API destination that was updated.
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 updated.
- See Also:
ApiDestinationState
-
creationTime
public final Instant 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
public final Instant 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
public UpdateApiDestinationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateApiDestinationResponse.Builder,UpdateApiDestinationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateApiDestinationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateApiDestinationResponse.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
-
-