@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationS3Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeLocationS3Response
Constructor and Description |
---|
DescribeLocationS3Result() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationS3Result |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the Amazon S3 bucket location was created.
|
String |
getLocationArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
|
String |
getLocationUri()
The URL of the Amazon S3 location that was described.
|
S3Config |
getS3Config() |
String |
getS3StorageClass()
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
|
void |
setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
|
void |
setLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
void |
setS3Config(S3Config s3Config) |
void |
setS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationS3Result |
withCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
|
DescribeLocationS3Result |
withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
|
DescribeLocationS3Result |
withLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
DescribeLocationS3Result |
withS3Config(S3Config s3Config) |
DescribeLocationS3Result |
withS3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
DescribeLocationS3Result |
withS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
locationArn
- The Amazon Resource Name (ARN) of the Amazon S3 bucket location.public String getLocationArn()
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
public DescribeLocationS3Result withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket location.
locationArn
- The Amazon Resource Name (ARN) of the Amazon S3 bucket location.public void setLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
locationUri
- The URL of the Amazon S3 location that was described.public String getLocationUri()
The URL of the Amazon S3 location that was described.
public DescribeLocationS3Result withLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
locationUri
- The URL of the Amazon S3 location that was described.public void setS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
s3StorageClass
- The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple
Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage
cost. For detailed information, see using-storage-classes.S3StorageClass
public String getS3StorageClass()
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
S3StorageClass
public DescribeLocationS3Result withS3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
s3StorageClass
- The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple
Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage
cost. For detailed information, see using-storage-classes.S3StorageClass
public DescribeLocationS3Result withS3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see using-storage-classes.
s3StorageClass
- The Amazon S3 storage class that you chose to store your files in when this location is used as a task
destination. For more information about S3 storage classes, see Amazon S3 Storage Classes in the Amazon Simple
Storage Service Developer Guide. Some storage classes have behaviors that can affect your S3 storage
cost. For detailed information, see using-storage-classes.S3StorageClass
public void setS3Config(S3Config s3Config)
s3Config
- public S3Config getS3Config()
public DescribeLocationS3Result withS3Config(S3Config s3Config)
s3Config
- public void setCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
creationTime
- The time that the Amazon S3 bucket location was created.public Date getCreationTime()
The time that the Amazon S3 bucket location was created.
public DescribeLocationS3Result withCreationTime(Date creationTime)
The time that the Amazon S3 bucket location was created.
creationTime
- The time that the Amazon S3 bucket location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationS3Result clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.