@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 ARN of the change set.\nLength Constraints: Minimum length of 1.\nPattern: arn:[-a-zA-Z0-9:/]*
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
semanticVersion()
The semantic version of the application:\n\n https://semver.org/
|
static Class<? extends CreateCloudFormationChangeSetResponse.Builder> |
serializableBuilderClass() |
String |
stackId()
The unique ID of the stack.
|
CreateCloudFormationChangeSetResponse.Builder |
toBuilder() |
String |
toString() |
sdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String applicationId()
public String changeSetId()
public String semanticVersion()
public String stackId()
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 <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.