@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
StartConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the Outpost server.
|
String |
getClientPublicKey()
The public key of the client.
|
String |
getDeviceSerialNumber()
The serial number of the dongle.
|
Integer |
getNetworkInterfaceDeviceIndex()
The device index of the network interface on the Outpost server.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the Outpost server.
|
void |
setClientPublicKey(String clientPublicKey)
The public key of the client.
|
void |
setDeviceSerialNumber(String deviceSerialNumber)
The serial number of the dongle.
|
void |
setNetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)
The device index of the network interface on the Outpost server.
|
String |
toString()
Returns a string representation of this object.
|
StartConnectionRequest |
withAssetId(String assetId)
The ID of the Outpost server.
|
StartConnectionRequest |
withClientPublicKey(String clientPublicKey)
The public key of the client.
|
StartConnectionRequest |
withDeviceSerialNumber(String deviceSerialNumber)
The serial number of the dongle.
|
StartConnectionRequest |
withNetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)
The device index of the network interface on the Outpost server.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDeviceSerialNumber(String deviceSerialNumber)
The serial number of the dongle.
deviceSerialNumber
- The serial number of the dongle.public String getDeviceSerialNumber()
The serial number of the dongle.
public StartConnectionRequest withDeviceSerialNumber(String deviceSerialNumber)
The serial number of the dongle.
deviceSerialNumber
- The serial number of the dongle.public void setAssetId(String assetId)
The ID of the Outpost server.
assetId
- The ID of the Outpost server.public String getAssetId()
The ID of the Outpost server.
public StartConnectionRequest withAssetId(String assetId)
The ID of the Outpost server.
assetId
- The ID of the Outpost server.public void setClientPublicKey(String clientPublicKey)
The public key of the client.
clientPublicKey
- The public key of the client.public String getClientPublicKey()
The public key of the client.
public StartConnectionRequest withClientPublicKey(String clientPublicKey)
The public key of the client.
clientPublicKey
- The public key of the client.public void setNetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)
The device index of the network interface on the Outpost server.
networkInterfaceDeviceIndex
- The device index of the network interface on the Outpost server.public Integer getNetworkInterfaceDeviceIndex()
The device index of the network interface on the Outpost server.
public StartConnectionRequest withNetworkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex)
The device index of the network interface on the Outpost server.
networkInterfaceDeviceIndex
- The device index of the network interface on the Outpost server.public String toString()
toString
in class Object
Object.toString()
public StartConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()