@Generated(value="software.amazon.awssdk:codegen") public final class ListSinksItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListSinksItem.Builder,ListSinksItem>
A structure that contains information about one of this monitoring account's sinks.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListSinksItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the sink.
|
static ListSinksItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
String |
name()
The name of the sink.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListSinksItem.Builder> |
serializableBuilderClass() |
ListSinksItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the sink.
public final String id()
The random ID string that Amazon Web Services generated as part of the sink ARN.
public final String name()
The name of the sink.
public ListSinksItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListSinksItem.Builder,ListSinksItem>public static ListSinksItem.Builder builder()
public static Class<? extends ListSinksItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.