@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutVerificationStateOnViolationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutVerificationStateOnViolationRequest() |
Modifier and Type | Method and Description |
---|---|
PutVerificationStateOnViolationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getVerificationState()
The verification state of the violation.
|
String |
getVerificationStateDescription()
The description of the verification state of the violation (detect alarm).
|
String |
getViolationId()
The violation ID.
|
int |
hashCode() |
void |
setVerificationState(String verificationState)
The verification state of the violation.
|
void |
setVerificationStateDescription(String verificationStateDescription)
The description of the verification state of the violation (detect alarm).
|
void |
setViolationId(String violationId)
The violation ID.
|
String |
toString()
Returns a string representation of this object.
|
PutVerificationStateOnViolationRequest |
withVerificationState(String verificationState)
The verification state of the violation.
|
PutVerificationStateOnViolationRequest |
withVerificationState(VerificationState verificationState)
The verification state of the violation.
|
PutVerificationStateOnViolationRequest |
withVerificationStateDescription(String verificationStateDescription)
The description of the verification state of the violation (detect alarm).
|
PutVerificationStateOnViolationRequest |
withViolationId(String violationId)
The violation ID.
|
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 PutVerificationStateOnViolationRequest()
public void setViolationId(String violationId)
The violation ID.
violationId
- The violation ID.public String getViolationId()
The violation ID.
public PutVerificationStateOnViolationRequest withViolationId(String violationId)
The violation ID.
violationId
- The violation ID.public void setVerificationState(String verificationState)
The verification state of the violation.
verificationState
- The verification state of the violation.VerificationState
public String getVerificationState()
The verification state of the violation.
VerificationState
public PutVerificationStateOnViolationRequest withVerificationState(String verificationState)
The verification state of the violation.
verificationState
- The verification state of the violation.VerificationState
public PutVerificationStateOnViolationRequest withVerificationState(VerificationState verificationState)
The verification state of the violation.
verificationState
- The verification state of the violation.VerificationState
public void setVerificationStateDescription(String verificationStateDescription)
The description of the verification state of the violation (detect alarm).
verificationStateDescription
- The description of the verification state of the violation (detect alarm).public String getVerificationStateDescription()
The description of the verification state of the violation (detect alarm).
public PutVerificationStateOnViolationRequest withVerificationStateDescription(String verificationStateDescription)
The description of the verification state of the violation (detect alarm).
verificationStateDescription
- The description of the verification state of the violation (detect alarm).public String toString()
toString
in class Object
Object.toString()
public PutVerificationStateOnViolationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()