ToCopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateTopicResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>
Response from CreateTopic action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateTopicResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateTopicResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateTopicResponse.Builder> |
serializableBuilderClass() |
|
CreateTopicResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicArn() |
The Amazon Resource Name (ARN) assigned to the created topic.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String topicArn()
The Amazon Resource Name (ARN) assigned to the created topic.
public CreateTopicResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>
public static CreateTopicResponse.Builder builder()
public static Class<? extends CreateTopicResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.