@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Outpost extends Object implements Serializable, Cloneable
A data type that represents an Outpost.
For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
Constructor and Description |
---|
Outpost() |
Modifier and Type | Method and Description |
---|---|
Outpost |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the Outpost.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the Outpost.
|
String |
toString()
Returns a string representation of this object.
|
Outpost |
withArn(String arn)
The Amazon Resource Name (ARN) of the Outpost.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the Outpost.
arn
- The Amazon Resource Name (ARN) of the Outpost.public String getArn()
The Amazon Resource Name (ARN) of the Outpost.
public Outpost withArn(String arn)
The Amazon Resource Name (ARN) of the Outpost.
arn
- The Amazon Resource Name (ARN) of the Outpost.public String toString()
toString
in class Object
Object.toString()