ToCopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetApplicationRevisionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
Represents the output of a GetApplicationRevision operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetApplicationRevisionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application that corresponds to the revision.
|
static GetApplicationRevisionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
RevisionLocation |
revision() |
Additional information about the revision, including type and location.
|
GenericRevisionInfo |
revisionInfo() |
General information about the revision.
|
static Class<? extends GetApplicationRevisionResponse.Builder> |
serializableBuilderClass() |
|
GetApplicationRevisionResponse.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 applicationName()
The name of the application that corresponds to the revision.
public RevisionLocation revision()
Additional information about the revision, including type and location.
public GenericRevisionInfo revisionInfo()
General information about the revision.
public GetApplicationRevisionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetApplicationRevisionResponse.Builder,GetApplicationRevisionResponse>
public static GetApplicationRevisionResponse.Builder builder()
public static Class<? extends GetApplicationRevisionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.