@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoveryServerConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The network settings that DataSync Discovery uses to connect with your on-premises storage system's management interface.
Constructor and Description |
---|
DiscoveryServerConfiguration() |
Modifier and Type | Method and Description |
---|---|
DiscoveryServerConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getServerHostname()
The domain name or IP address of your storage system's management interface.
|
Integer |
getServerPort()
The network port for accessing the storage system's management interface.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServerHostname(String serverHostname)
The domain name or IP address of your storage system's management interface.
|
void |
setServerPort(Integer serverPort)
The network port for accessing the storage system's management interface.
|
String |
toString()
Returns a string representation of this object.
|
DiscoveryServerConfiguration |
withServerHostname(String serverHostname)
The domain name or IP address of your storage system's management interface.
|
DiscoveryServerConfiguration |
withServerPort(Integer serverPort)
The network port for accessing the storage system's management interface.
|
public void setServerHostname(String serverHostname)
The domain name or IP address of your storage system's management interface.
serverHostname
- The domain name or IP address of your storage system's management interface.public String getServerHostname()
The domain name or IP address of your storage system's management interface.
public DiscoveryServerConfiguration withServerHostname(String serverHostname)
The domain name or IP address of your storage system's management interface.
serverHostname
- The domain name or IP address of your storage system's management interface.public void setServerPort(Integer serverPort)
The network port for accessing the storage system's management interface.
serverPort
- The network port for accessing the storage system's management interface.public Integer getServerPort()
The network port for accessing the storage system's management interface.
public DiscoveryServerConfiguration withServerPort(Integer serverPort)
The network port for accessing the storage system's management interface.
serverPort
- The network port for accessing the storage system's management interface.public String toString()
toString
in class Object
Object.toString()
public DiscoveryServerConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.