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