@Generated(value="software.amazon.awssdk:codegen") public final class CreateCloudFormationChangeSetResponse extends ServerlessApplicationRepositoryResponse implements ToCopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateCloudFormationChangeSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The application Amazon Resource Name (ARN).
|
static CreateCloudFormationChangeSetResponse.Builder |
builder() |
String |
changeSetId()
The Amazon Resource Name (ARN) of the change set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
semanticVersion()
The semantic version of the application:
|
static Class<? extends CreateCloudFormationChangeSetResponse.Builder> |
serializableBuilderClass() |
String |
stackId()
The unique ID of the stack.
|
CreateCloudFormationChangeSetResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The application Amazon Resource Name (ARN).
public final String changeSetId()
The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
public final String semanticVersion()
The semantic version of the application:
public final String stackId()
The unique ID of the stack.
public CreateCloudFormationChangeSetResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>toBuilder in class AwsResponsepublic static CreateCloudFormationChangeSetResponse.Builder builder()
public static Class<? extends CreateCloudFormationChangeSetResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.