@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerReplicationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Replication configuration of a server.
Constructor and Description |
---|
ServerReplicationConfiguration() |
Modifier and Type | Method and Description |
---|---|
ServerReplicationConfiguration |
clone() |
boolean |
equals(Object obj) |
Server |
getServer()
Identifier of the server this replication configuration is associated with.
|
ServerReplicationParameters |
getServerReplicationParameters()
Parameters for replicating the server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServer(Server server)
Identifier of the server this replication configuration is associated with.
|
void |
setServerReplicationParameters(ServerReplicationParameters serverReplicationParameters)
Parameters for replicating the server.
|
String |
toString()
Returns a string representation of this object.
|
ServerReplicationConfiguration |
withServer(Server server)
Identifier of the server this replication configuration is associated with.
|
ServerReplicationConfiguration |
withServerReplicationParameters(ServerReplicationParameters serverReplicationParameters)
Parameters for replicating the server.
|
public void setServer(Server server)
Identifier of the server this replication configuration is associated with.
server
- Identifier of the server this replication configuration is associated with.public Server getServer()
Identifier of the server this replication configuration is associated with.
public ServerReplicationConfiguration withServer(Server server)
Identifier of the server this replication configuration is associated with.
server
- Identifier of the server this replication configuration is associated with.public void setServerReplicationParameters(ServerReplicationParameters serverReplicationParameters)
Parameters for replicating the server.
serverReplicationParameters
- Parameters for replicating the server.public ServerReplicationParameters getServerReplicationParameters()
Parameters for replicating the server.
public ServerReplicationConfiguration withServerReplicationParameters(ServerReplicationParameters serverReplicationParameters)
Parameters for replicating the server.
serverReplicationParameters
- Parameters for replicating the server.public String toString()
toString
in class Object
Object.toString()
public ServerReplicationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.