Record Class LocalStackDeploymentPipeline.DeployRequest
java.lang.Object
java.lang.Record
com.cloudforgeci.localstack.LocalStackDeploymentPipeline.DeployRequest
- Enclosing class:
LocalStackDeploymentPipeline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the value of theadaptationReportrecord component.Deprecated.Returns the value of thecanonicalTemplaterecord component.Deprecated.Returns the value of thecontextStackNamerecord 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 thelocalstackStackNamerecord component.Deprecated.Returns the value of thelocalTemplaterecord component.Deprecated.final StringtoString()Deprecated.Returns a string representation of this record class.
-
Constructor Details
-
DeployRequest
public DeployRequest(String localstackStackName, Path canonicalTemplate, Path localTemplate, Path adaptationReport, String contextStackName) Deprecated.Creates an instance of aDeployRequestrecord class.- Parameters:
localstackStackName- the value for thelocalstackStackNamerecord componentcanonicalTemplate- the value for thecanonicalTemplaterecord componentlocalTemplate- the value for thelocalTemplaterecord componentadaptationReport- the value for theadaptationReportrecord componentcontextStackName- the value for thecontextStackNamerecord component
-
-
Method Details
-
of
public static LocalStackDeploymentPipeline.DeployRequest of(String contextStackName, Path canonicalTemplate, Path outputDirectory) Deprecated. -
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). -
localstackStackName
Deprecated.Returns the value of thelocalstackStackNamerecord component.- Returns:
- the value of the
localstackStackNamerecord component
-
canonicalTemplate
Deprecated.Returns the value of thecanonicalTemplaterecord component.- Returns:
- the value of the
canonicalTemplaterecord component
-
localTemplate
Deprecated.Returns the value of thelocalTemplaterecord component.- Returns:
- the value of the
localTemplaterecord component
-
adaptationReport
Deprecated.Returns the value of theadaptationReportrecord component.- Returns:
- the value of the
adaptationReportrecord component
-
contextStackName
Deprecated.Returns the value of thecontextStackNamerecord component.- Returns:
- the value of the
contextStackNamerecord component
-
LocalDeploymentRequest.