@Generated(value="software.amazon.awssdk:codegen") public final class GetTopicAttributesRequest extends SnsRequest implements ToCopyableBuilder<GetTopicAttributesRequest.Builder,GetTopicAttributesRequest>
Input for GetTopicAttributes action.
Modifier and Type | Class and Description |
---|---|
static interface |
GetTopicAttributesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetTopicAttributesRequest.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 GetTopicAttributesRequest.Builder> |
serializableBuilderClass() |
GetTopicAttributesRequest.Builder |
toBuilder() |
String |
topicArn()
The ARN of the topic whose properties you want to get.
|
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String topicArn()
The ARN of the topic whose properties you want to get.
public GetTopicAttributesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetTopicAttributesRequest.Builder,GetTopicAttributesRequest>
toBuilder
in class SnsRequest
public static GetTopicAttributesRequest.Builder builder()
public static Class<? extends GetTopicAttributesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.