ToCopyableBuilder<GetSubscriptionDefinitionResponse.Builder,GetSubscriptionDefinitionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSubscriptionDefinitionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSubscriptionDefinitionResponse.Builder,GetSubscriptionDefinitionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSubscriptionDefinitionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
arn() |
Arn of the definition.
|
static GetSubscriptionDefinitionResponse.Builder |
builder() |
|
String |
creationTimestamp() |
Timestamp of when the definition was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
Id of the definition.
|
String |
lastUpdatedTimestamp() |
Last updated timestamp of the definition.
|
String |
latestVersion() |
Last version of the definition.
|
String |
latestVersionArn() |
Latest version arn of the definition.
|
String |
name() |
Name of the definition.
|
static Class<? extends GetSubscriptionDefinitionResponse.Builder> |
serializableBuilderClass() |
|
GetSubscriptionDefinitionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String arn()
public String creationTimestamp()
public String id()
public String lastUpdatedTimestamp()
public String latestVersion()
public String latestVersionArn()
public String name()
public GetSubscriptionDefinitionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSubscriptionDefinitionResponse.Builder,GetSubscriptionDefinitionResponse>
public static GetSubscriptionDefinitionResponse.Builder builder()
public static Class<? extends GetSubscriptionDefinitionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.