@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Describes the replication configuration for a specific file system.
Constructor and Description |
---|
CreateReplicationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateReplicationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
Describes when the replication configuration was created.
|
List<Destination> |
getDestinations()
An array of destination objects.
|
String |
getOriginalSourceFileSystemArn()
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
|
String |
getSourceFileSystemArn()
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
|
String |
getSourceFileSystemId()
The ID of the source Amazon EFS file system that is being replicated.
|
String |
getSourceFileSystemRegion()
The Amazon Web Services Region in which the source EFS file system is located.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
Describes when the replication configuration was created.
|
void |
setDestinations(Collection<Destination> destinations)
An array of destination objects.
|
void |
setOriginalSourceFileSystemArn(String originalSourceFileSystemArn)
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
|
void |
setSourceFileSystemArn(String sourceFileSystemArn)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
|
void |
setSourceFileSystemId(String sourceFileSystemId)
The ID of the source Amazon EFS file system that is being replicated.
|
void |
setSourceFileSystemRegion(String sourceFileSystemRegion)
The Amazon Web Services Region in which the source EFS file system is located.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicationConfigurationResult |
withCreationTime(Date creationTime)
Describes when the replication configuration was created.
|
CreateReplicationConfigurationResult |
withDestinations(Collection<Destination> destinations)
An array of destination objects.
|
CreateReplicationConfigurationResult |
withDestinations(Destination... destinations)
An array of destination objects.
|
CreateReplicationConfigurationResult |
withOriginalSourceFileSystemArn(String originalSourceFileSystemArn)
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
|
CreateReplicationConfigurationResult |
withSourceFileSystemArn(String sourceFileSystemArn)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
|
CreateReplicationConfigurationResult |
withSourceFileSystemId(String sourceFileSystemId)
The ID of the source Amazon EFS file system that is being replicated.
|
CreateReplicationConfigurationResult |
withSourceFileSystemRegion(String sourceFileSystemRegion)
The Amazon Web Services Region in which the source EFS file system is located.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateReplicationConfigurationResult()
public void setSourceFileSystemId(String sourceFileSystemId)
The ID of the source Amazon EFS file system that is being replicated.
sourceFileSystemId
- The ID of the source Amazon EFS file system that is being replicated.public String getSourceFileSystemId()
The ID of the source Amazon EFS file system that is being replicated.
public CreateReplicationConfigurationResult withSourceFileSystemId(String sourceFileSystemId)
The ID of the source Amazon EFS file system that is being replicated.
sourceFileSystemId
- The ID of the source Amazon EFS file system that is being replicated.public void setSourceFileSystemRegion(String sourceFileSystemRegion)
The Amazon Web Services Region in which the source EFS file system is located.
sourceFileSystemRegion
- The Amazon Web Services Region in which the source EFS file system is located.public String getSourceFileSystemRegion()
The Amazon Web Services Region in which the source EFS file system is located.
public CreateReplicationConfigurationResult withSourceFileSystemRegion(String sourceFileSystemRegion)
The Amazon Web Services Region in which the source EFS file system is located.
sourceFileSystemRegion
- The Amazon Web Services Region in which the source EFS file system is located.public void setSourceFileSystemArn(String sourceFileSystemArn)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
sourceFileSystemArn
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.public String getSourceFileSystemArn()
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
public CreateReplicationConfigurationResult withSourceFileSystemArn(String sourceFileSystemArn)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
sourceFileSystemArn
- The Amazon Resource Name (ARN) of the current source file system in the replication configuration.public void setOriginalSourceFileSystemArn(String originalSourceFileSystemArn)
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
originalSourceFileSystemArn
- The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.public String getOriginalSourceFileSystemArn()
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
public CreateReplicationConfigurationResult withOriginalSourceFileSystemArn(String originalSourceFileSystemArn)
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
originalSourceFileSystemArn
- The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.public void setCreationTime(Date creationTime)
Describes when the replication configuration was created.
creationTime
- Describes when the replication configuration was created.public Date getCreationTime()
Describes when the replication configuration was created.
public CreateReplicationConfigurationResult withCreationTime(Date creationTime)
Describes when the replication configuration was created.
creationTime
- Describes when the replication configuration was created.public List<Destination> getDestinations()
An array of destination objects. Only one destination object is supported.
public void setDestinations(Collection<Destination> destinations)
An array of destination objects. Only one destination object is supported.
destinations
- An array of destination objects. Only one destination object is supported.public CreateReplicationConfigurationResult withDestinations(Destination... destinations)
An array of destination objects. Only one destination object is supported.
NOTE: This method appends the values to the existing list (if any). Use
setDestinations(java.util.Collection)
or withDestinations(java.util.Collection)
if you want to
override the existing values.
destinations
- An array of destination objects. Only one destination object is supported.public CreateReplicationConfigurationResult withDestinations(Collection<Destination> destinations)
An array of destination objects. Only one destination object is supported.
destinations
- An array of destination objects. Only one destination object is supported.public String toString()
toString
in class Object
Object.toString()
public CreateReplicationConfigurationResult clone()