@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEventSourceResponse extends EventBridgeResponse implements ToCopyableBuilder<DescribeEventSourceResponse.Builder,DescribeEventSourceResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEventSourceResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the partner event source.
|
static DescribeEventSourceResponse.Builder |
builder() |
String |
createdBy()
The name of the SaaS partner that created the event source.
|
Instant |
creationTime()
The date and time that the event source was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationTime()
The date and time that the event source will expire if you do not create a matching event bus.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the partner event source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEventSourceResponse.Builder> |
serializableBuilderClass() |
EventSourceState |
state()
The state of the event source.
|
String |
stateAsString()
The state of the event source.
|
DescribeEventSourceResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the partner event source.
public final String createdBy()
The name of the SaaS partner that created the event source.
public final Instant creationTime()
The date and time that the event source was created.
public final Instant expirationTime()
The date and time that the event source will expire if you do not create a matching event bus.
public final String name()
The name of the partner event source.
public final EventSourceState state()
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
If the service returns an enum value that is not available in the current SDK version, state will return
EventSourceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EventSourceStatepublic final String stateAsString()
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
If the service returns an enum value that is not available in the current SDK version, state will return
EventSourceState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EventSourceStatepublic DescribeEventSourceResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEventSourceResponse.Builder,DescribeEventSourceResponse>toBuilder in class AwsResponsepublic static DescribeEventSourceResponse.Builder builder()
public static Class<? extends DescribeEventSourceResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.