public class OutputLocation extends Object implements Serializable, Cloneable
Constructor and Description |
---|
OutputLocation() |
Modifier and Type | Method and Description |
---|---|
OutputLocation |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3() |
int |
hashCode() |
void |
setS3(S3Location s3)
Sets the S3 location that will receive the results of the restore request.
|
String |
toString() |
OutputLocation |
withS3(S3Location s3)
Sets the S3 location that will receive the results of the restore request.
|
public S3Location getS3()
public void setS3(S3Location s3)
s3
- The new s3 location value.public OutputLocation withS3(S3Location s3)
s3
- The new s3 location value.public OutputLocation clone()
Copyright © 2022. All rights reserved.