@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3OutputUrl extends Object implements Serializable, Cloneable
A URL for the Amazon S3 bucket where you want to store the results of this request.
Constructor and Description |
---|
S3OutputUrl() |
Modifier and Type | Method and Description |
---|---|
S3OutputUrl |
clone() |
boolean |
equals(Object obj) |
String |
getOutputUrl()
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
int |
hashCode() |
void |
setOutputUrl(String outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3OutputUrl |
withOutputUrl(String outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
public void setOutputUrl(String outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an Amazon S3 bucket where you want to store the results of this request.public String getOutputUrl()
A URL for an Amazon S3 bucket where you want to store the results of this request.
public S3OutputUrl withOutputUrl(String outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an Amazon S3 bucket where you want to store the results of this request.public String toString()
toString
in class Object
Object.toString()
public S3OutputUrl clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.