@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Backend extends Object implements Serializable, Cloneable, StructuredPojo
Describes the backend properties associated with an Amplify Branch.
| 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) |
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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.