@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 info update request.
|
String |
getVersion()
The new version of the connectivity info.
|
int |
hashCode() |
void |
setMessage(String message)
A message about the connectivity info update request.
|
void |
setVersion(String version)
The new version of the connectivity info.
|
String |
toString()
Returns a string representation of this object.
|
UpdateConnectivityInfoResult |
withMessage(String message)
A message about the connectivity info update request.
|
UpdateConnectivityInfoResult |
withVersion(String version)
The new version of the connectivity info.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMessage(String message)
message - A message about the connectivity info update request.public String getMessage()
public UpdateConnectivityInfoResult withMessage(String message)
message - A message about the connectivity info update request.public void setVersion(String version)
version - The new version of the connectivity info.public String getVersion()
public UpdateConnectivityInfoResult withVersion(String version)
version - The new version of the connectivity info.public String toString()
toString in class ObjectObject.toString()public UpdateConnectivityInfoResult clone()