Record Class LocalStackDeployer.Change
java.lang.Object
java.lang.Record
com.cloudforgeci.localstack.LocalStackDeployer.Change
- Enclosing class:
LocalStackDeployer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction()Deprecated.Returns the value of theactionrecord component.final booleanDeprecated.Indicates whether some other object is "equal to" this one.final inthashCode()Deprecated.Returns a hash code value for this object.Deprecated.Returns the value of thelogicalResourceIdrecord component.Deprecated.Returns the value of thereplacementrecord component.Deprecated.Returns the value of theresourceTyperecord component.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
Change
Deprecated.Creates an instance of aChangerecord class.- Parameters:
action- the value for theactionrecord componentlogicalResourceId- the value for thelogicalResourceIdrecord componentresourceType- the value for theresourceTyperecord componentreplacement- the value for thereplacementrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Deprecated.Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
action
Deprecated.Returns the value of theactionrecord component.- Returns:
- the value of the
actionrecord component
-
logicalResourceId
Deprecated.Returns the value of thelogicalResourceIdrecord component.- Returns:
- the value of the
logicalResourceIdrecord component
-
resourceType
Deprecated.Returns the value of theresourceTyperecord component.- Returns:
- the value of the
resourceTyperecord component
-
replacement
Deprecated.Returns the value of thereplacementrecord component.- Returns:
- the value of the
replacementrecord component
-
LocalResourceChange.