@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExtensionVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetExtensionVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetExtensionVersionResult |
clone() |
boolean |
equals(Object obj) |
ExtensionVersionDetails |
getExtensionVersion()
The version of the extension.
|
int |
hashCode() |
void |
setExtensionVersion(ExtensionVersionDetails extensionVersion)
The version of the extension.
|
String |
toString()
Returns a string representation of this object.
|
GetExtensionVersionResult |
withExtensionVersion(ExtensionVersionDetails extensionVersion)
The version of the extension.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExtensionVersion(ExtensionVersionDetails extensionVersion)
The version of the extension.
extensionVersion - The version of the extension.public ExtensionVersionDetails getExtensionVersion()
The version of the extension.
public GetExtensionVersionResult withExtensionVersion(ExtensionVersionDetails extensionVersion)
The version of the extension.
extensionVersion - The version of the extension.public String toString()
toString in class ObjectObject.toString()public GetExtensionVersionResult clone()
Copyright © 2023. All rights reserved.