@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAgentVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Delete Agent Version Request
NOOP
Constructor and Description |
---|
DeleteAgentVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteAgentVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgentId()
Id generated at the server side when an Agent is created
|
String |
getAgentVersion() |
Boolean |
getSkipResourceInUseCheck()
Skips checking if resource is in use when set to true.
|
int |
hashCode() |
Boolean |
isSkipResourceInUseCheck()
Skips checking if resource is in use when set to true.
|
void |
setAgentId(String agentId)
Id generated at the server side when an Agent is created
|
void |
setAgentVersion(String agentVersion) |
void |
setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAgentVersionRequest |
withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
DeleteAgentVersionRequest |
withAgentVersion(String agentVersion) |
DeleteAgentVersionRequest |
withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true.
|
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 setAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId
- Id generated at the server side when an Agent is createdpublic String getAgentId()
Id generated at the server side when an Agent is created
public DeleteAgentVersionRequest withAgentId(String agentId)
Id generated at the server side when an Agent is created
agentId
- Id generated at the server side when an Agent is createdpublic void setAgentVersion(String agentVersion)
agentVersion
- public String getAgentVersion()
public DeleteAgentVersionRequest withAgentVersion(String agentVersion)
agentVersion
- public void setSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true. Defaults to false
skipResourceInUseCheck
- Skips checking if resource is in use when set to true. Defaults to falsepublic Boolean getSkipResourceInUseCheck()
Skips checking if resource is in use when set to true. Defaults to false
public DeleteAgentVersionRequest withSkipResourceInUseCheck(Boolean skipResourceInUseCheck)
Skips checking if resource is in use when set to true. Defaults to false
skipResourceInUseCheck
- Skips checking if resource is in use when set to true. Defaults to falsepublic Boolean isSkipResourceInUseCheck()
Skips checking if resource is in use when set to true. Defaults to false
public String toString()
toString
in class Object
Object.toString()
public DeleteAgentVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()