@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationS3Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateLocationS3Response
Constructor and Description |
---|
CreateLocationS3Result() |
Modifier and Type | Method and Description |
---|---|
CreateLocationS3Result |
clone() |
boolean |
equals(Object obj) |
String |
getLocationArn()
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
|
int |
hashCode() |
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateLocationS3Result |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
locationArn
- The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.public String getLocationArn()
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
public CreateLocationS3Result withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.
locationArn
- The Amazon Resource Name (ARN) of the source Amazon S3 bucket location that is created.public String toString()
toString
in class Object
Object.toString()
public CreateLocationS3Result clone()