@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) |
List<String> |
getAgentArns()
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
|
Date |
getCreationTime()
The time that the Amazon S3 location was created.
|
String |
getLocationArn()
The ARN of the Amazon S3 location.
|
String |
getLocationUri()
The URL of the Amazon S3 location that was described.
|
S3Config |
getS3Config() |
String |
getS3StorageClass()
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
|
int |
hashCode() |
void |
setAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
|
void |
setCreationTime(Date creationTime)
The time that the Amazon S3 location was created.
|
void |
setLocationArn(String locationArn)
The ARN of the Amazon S3 location.
|
void |
setLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
void |
setS3Config(S3Config s3Config) |
void |
setS3StorageClass(String s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationS3Result |
withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
|
DescribeLocationS3Result |
withAgentArns(String... agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
|
DescribeLocationS3Result |
withCreationTime(Date creationTime)
The time that the Amazon S3 location was created.
|
DescribeLocationS3Result |
withLocationArn(String locationArn)
The ARN of the Amazon S3 location.
|
DescribeLocationS3Result |
withLocationUri(String locationUri)
The URL of the Amazon S3 location that was described.
|
DescribeLocationS3Result |
withS3Config(S3Config s3Config) |
DescribeLocationS3Result |
withS3StorageClass(S3StorageClass s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
|
DescribeLocationS3Result |
withS3StorageClass(String s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The ARN of the Amazon S3 location.
locationArn
- The ARN of the Amazon S3 location.public String getLocationArn()
The ARN of the Amazon S3 location.
public DescribeLocationS3Result withLocationArn(String locationArn)
The ARN of the Amazon S3 location.
locationArn
- The ARN of the Amazon S3 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)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
s3StorageClass
- When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
S3StorageClass
public String getS3StorageClass()
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
S3StorageClass
public DescribeLocationS3Result withS3StorageClass(String s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
s3StorageClass
- When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
S3StorageClass
public DescribeLocationS3Result withS3StorageClass(S3StorageClass s3StorageClass)
When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
s3StorageClass
- When Amazon S3 is a destination location, this is the storage class that you chose for your objects.
Some storage classes have behaviors that can affect your Amazon S3 storage costs. For more information, see Storage class considerations with Amazon S3 transfers.
S3StorageClass
public void setS3Config(S3Config s3Config)
s3Config
- public S3Config getS3Config()
public DescribeLocationS3Result withS3Config(S3Config s3Config)
s3Config
- public List<String> getAgentArns()
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
public void setAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
agentArns
- The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on
Outposts.
For more information, see Deploy your DataSync agent on Outposts.
public DescribeLocationS3Result withAgentArns(String... agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
NOTE: This method appends the values to the existing list (if any). Use
setAgentArns(java.util.Collection)
or withAgentArns(java.util.Collection)
if you want to
override the existing values.
agentArns
- The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on
Outposts.
For more information, see Deploy your DataSync agent on Outposts.
public DescribeLocationS3Result withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on Outposts.
For more information, see Deploy your DataSync agent on Outposts.
agentArns
- The ARNs of the DataSync agents deployed on your Outpost when using working with Amazon S3 on
Outposts.
For more information, see Deploy your DataSync agent on Outposts.
public void setCreationTime(Date creationTime)
The time that the Amazon S3 location was created.
creationTime
- The time that the Amazon S3 location was created.public Date getCreationTime()
The time that the Amazon S3 location was created.
public DescribeLocationS3Result withCreationTime(Date creationTime)
The time that the Amazon S3 location was created.
creationTime
- The time that the Amazon S3 location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationS3Result clone()