Class CreateCloudFormationChangeSetResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryResponse
-
- software.amazon.awssdk.services.serverlessapplicationrepository.model.CreateCloudFormationChangeSetResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>
@Generated("software.amazon.awssdk:codegen") public final class CreateCloudFormationChangeSetResponse extends ServerlessApplicationRepositoryResponse implements ToCopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateCloudFormationChangeSetResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The application Amazon Resource Name (ARN).static CreateCloudFormationChangeSetResponse.Builderbuilder()StringchangeSetId()The Amazon Resource Name (ARN) of the change set.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsemanticVersion()The semantic version of the application:static Class<? extends CreateCloudFormationChangeSetResponse.Builder>serializableBuilderClass()StringstackId()The unique ID of the stack.CreateCloudFormationChangeSetResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationId
public final String applicationId()
The application Amazon Resource Name (ARN).
- Returns:
- The application Amazon Resource Name (ARN).
-
changeSetId
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:/]*
- Returns:
- The Amazon Resource Name (ARN) of the change set.
Length constraints: Minimum length of 1.
Pattern: ARN:[-a-zA-Z0-9:/]*
-
semanticVersion
public final String semanticVersion()
The semantic version of the application:
- Returns:
- The semantic version of the application:
-
stackId
public final String stackId()
The unique ID of the stack.
- Returns:
- The unique ID of the stack.
-
toBuilder
public CreateCloudFormationChangeSetResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateCloudFormationChangeSetResponse.Builder,CreateCloudFormationChangeSetResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static CreateCloudFormationChangeSetResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateCloudFormationChangeSetResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-