@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateConnectivityInfoResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateConnectivityInfoResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectivityInfoResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A message about the connectivity information update request.
|
String |
getVersion()
The new version of the connectivity information for the core device.
|
int |
hashCode() |
void |
setMessage(String message)
A message about the connectivity information update request.
|
void |
setVersion(String version)
The new version of the connectivity information for the core device.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectivityInfoResult |
withMessage(String message)
A message about the connectivity information update request.
|
UpdateConnectivityInfoResult |
withVersion(String version)
The new version of the connectivity information for the core device.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVersion(String version)
The new version of the connectivity information for the core device.
version - The new version of the connectivity information for the core device.public String getVersion()
The new version of the connectivity information for the core device.
public UpdateConnectivityInfoResult withVersion(String version)
The new version of the connectivity information for the core device.
version - The new version of the connectivity information for the core device.public void setMessage(String message)
A message about the connectivity information update request.
message - A message about the connectivity information update request.public String getMessage()
A message about the connectivity information update request.
public UpdateConnectivityInfoResult withMessage(String message)
A message about the connectivity information update request.
message - A message about the connectivity information update request.public String toString()
toString in class ObjectObject.toString()public UpdateConnectivityInfoResult clone()