@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Backend extends Object implements Serializable, Cloneable, StructuredPojo
Describes the backend associated with an Amplify Branch
.
This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
Constructor and Description |
---|
Backend() |
Modifier and Type | Method and Description |
---|---|
Backend |
clone() |
boolean |
equals(Object obj) |
String |
getStackArn()
The Amazon Resource Name (ARN) for the CloudFormation stack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStackArn(String stackArn)
The Amazon Resource Name (ARN) for the CloudFormation stack.
|
String |
toString()
Returns a string representation of this object.
|
Backend |
withStackArn(String stackArn)
The Amazon Resource Name (ARN) for the CloudFormation stack.
|
public void setStackArn(String stackArn)
The Amazon Resource Name (ARN) for the CloudFormation stack.
stackArn
- The Amazon Resource Name (ARN) for the CloudFormation stack.public String getStackArn()
The Amazon Resource Name (ARN) for the CloudFormation stack.
public Backend withStackArn(String stackArn)
The Amazon Resource Name (ARN) for the CloudFormation stack.
stackArn
- The Amazon Resource Name (ARN) for the CloudFormation stack.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.