@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEventBusResponse extends EventBridgeResponse implements ToCopyableBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEventBusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
|
static DescribeEventBusResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the event bus.
|
String |
policy()
The policy that enables the external account to send events to your account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEventBusResponse.Builder> |
serializableBuilderClass() |
DescribeEventBusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the event bus. Currently, this is always default.
default.public final String arn()
The Amazon Resource Name (ARN) of the account permitted to write events to the current account.
public final String policy()
The policy that enables the external account to send events to your account.
public DescribeEventBusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeEventBusResponse.Builder,DescribeEventBusResponse>toBuilder in class AwsResponsepublic static DescribeEventBusResponse.Builder builder()
public static Class<? extends DescribeEventBusResponse.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 © 2022. All rights reserved.