@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerraformSource extends Object implements Serializable, Cloneable, StructuredPojo
The Terraform s3 state file you need to import.
| Constructor and Description |
|---|
TerraformSource() |
| Modifier and Type | Method and Description |
|---|---|
TerraformSource |
clone() |
boolean |
equals(Object obj) |
String |
getS3StateFileUrl()
The Terraform s3 state file you need to import.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3StateFileUrl(String s3StateFileUrl)
The Terraform s3 state file you need to import.
|
String |
toString()
Returns a string representation of this object.
|
TerraformSource |
withS3StateFileUrl(String s3StateFileUrl)
The Terraform s3 state file you need to import.
|
public void setS3StateFileUrl(String s3StateFileUrl)
The Terraform s3 state file you need to import.
s3StateFileUrl - The Terraform s3 state file you need to import.public String getS3StateFileUrl()
The Terraform s3 state file you need to import.
public TerraformSource withS3StateFileUrl(String s3StateFileUrl)
The Terraform s3 state file you need to import.
s3StateFileUrl - The Terraform s3 state file you need to import.public String toString()
toString in class ObjectObject.toString()public TerraformSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.