@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocationEfsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
DescribeLocationEfsResponse
Constructor and Description |
---|
DescribeLocationEfsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLocationEfsResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time that the EFS location was created.
|
Ec2Config |
getEc2Config() |
String |
getLocationArn()
The Amazon resource Name (ARN) of the EFS location that was described.
|
String |
getLocationUri()
The URL of the EFS location that was described.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time that the EFS location was created.
|
void |
setEc2Config(Ec2Config ec2Config) |
void |
setLocationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
|
void |
setLocationUri(String locationUri)
The URL of the EFS location that was described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLocationEfsResult |
withCreationTime(Date creationTime)
The time that the EFS location was created.
|
DescribeLocationEfsResult |
withEc2Config(Ec2Config ec2Config) |
DescribeLocationEfsResult |
withLocationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
|
DescribeLocationEfsResult |
withLocationUri(String locationUri)
The URL of the EFS location that was described.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLocationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
locationArn
- The Amazon resource Name (ARN) of the EFS location that was described.public String getLocationArn()
The Amazon resource Name (ARN) of the EFS location that was described.
public DescribeLocationEfsResult withLocationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
locationArn
- The Amazon resource Name (ARN) of the EFS location that was described.public void setLocationUri(String locationUri)
The URL of the EFS location that was described.
locationUri
- The URL of the EFS location that was described.public String getLocationUri()
The URL of the EFS location that was described.
public DescribeLocationEfsResult withLocationUri(String locationUri)
The URL of the EFS location that was described.
locationUri
- The URL of the EFS location that was described.public void setEc2Config(Ec2Config ec2Config)
ec2Config
- public Ec2Config getEc2Config()
public DescribeLocationEfsResult withEc2Config(Ec2Config ec2Config)
ec2Config
- public void setCreationTime(Date creationTime)
The time that the EFS location was created.
creationTime
- The time that the EFS location was created.public Date getCreationTime()
The time that the EFS location was created.
public DescribeLocationEfsResult withCreationTime(Date creationTime)
The time that the EFS location was created.
creationTime
- The time that the EFS location was created.public String toString()
toString
in class Object
Object.toString()
public DescribeLocationEfsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.