@Generated(value="software.amazon.awssdk:codegen") public final class Topic extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Topic.Builder,Topic>
A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use
GetTopicAttributes
.
Modifier and Type | Class and Description |
---|---|
static interface |
Topic.Builder |
Modifier and Type | Method and Description |
---|---|
static Topic.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Topic.Builder> |
serializableBuilderClass() |
Topic.Builder |
toBuilder() |
String |
topicArn()
The topic's ARN.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String topicArn()
The topic's ARN.
public Topic.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Topic.Builder,Topic>
public static Topic.Builder builder()
public static Class<? extends Topic.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.