@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkingLocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWorkingLocationResult() |
Modifier and Type | Method and Description |
---|---|
GetWorkingLocationResult |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
Returns the Amazon S3 bucket name for the working location.
|
String |
getS3Path()
Returns the Amazon S3 Path for the working location.
|
String |
getS3Uri()
Returns the Amazon S3 URI for the working location.
|
int |
hashCode() |
void |
setS3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
|
void |
setS3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
|
void |
setS3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkingLocationResult |
withS3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
|
GetWorkingLocationResult |
withS3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
|
GetWorkingLocationResult |
withS3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setS3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
s3Uri
- Returns the Amazon S3 URI for the working location.public String getS3Uri()
Returns the Amazon S3 URI for the working location.
public GetWorkingLocationResult withS3Uri(String s3Uri)
Returns the Amazon S3 URI for the working location.
s3Uri
- Returns the Amazon S3 URI for the working location.public void setS3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
s3Path
- Returns the Amazon S3 Path for the working location.public String getS3Path()
Returns the Amazon S3 Path for the working location.
public GetWorkingLocationResult withS3Path(String s3Path)
Returns the Amazon S3 Path for the working location.
s3Path
- Returns the Amazon S3 Path for the working location.public void setS3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
s3Bucket
- Returns the Amazon S3 bucket name for the working location.public String getS3Bucket()
Returns the Amazon S3 bucket name for the working location.
public GetWorkingLocationResult withS3Bucket(String s3Bucket)
Returns the Amazon S3 bucket name for the working location.
s3Bucket
- Returns the Amazon S3 bucket name for the working location.public String toString()
toString
in class Object
Object.toString()
public GetWorkingLocationResult clone()