@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExtensionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetExtensionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetExtensionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExtensionIdentifier()
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
Integer |
getVersionNumber()
The extension version number.
|
int |
hashCode() |
void |
setExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
void |
setVersionNumber(Integer versionNumber)
The extension version number.
|
String |
toString()
Returns a string representation of this object.
|
GetExtensionRequest |
withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
GetExtensionRequest |
withVersionNumber(Integer versionNumber)
The extension version number.
|
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, withSdkRequestTimeoutpublic void setExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.public String getExtensionIdentifier()
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
public GetExtensionRequest withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
extensionIdentifier - The name, the ID, or the Amazon Resource Name (ARN) of the extension.public void setVersionNumber(Integer versionNumber)
The extension version number. If no version number was defined, AppConfig uses the highest version.
versionNumber - The extension version number. If no version number was defined, AppConfig uses the highest version.public Integer getVersionNumber()
The extension version number. If no version number was defined, AppConfig uses the highest version.
public GetExtensionRequest withVersionNumber(Integer versionNumber)
The extension version number. If no version number was defined, AppConfig uses the highest version.
versionNumber - The extension version number. If no version number was defined, AppConfig uses the highest version.public String toString()
toString in class ObjectObject.toString()public GetExtensionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()