@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteCisScanConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteCisScanConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteCisScanConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getScanConfigurationArn()
The ARN of the CIS scan configuration.
|
int |
hashCode() |
void |
setScanConfigurationArn(String scanConfigurationArn)
The ARN of the CIS scan configuration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteCisScanConfigurationResult |
withScanConfigurationArn(String scanConfigurationArn)
The ARN of the CIS scan configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setScanConfigurationArn(String scanConfigurationArn)
The ARN of the CIS scan configuration.
scanConfigurationArn
- The ARN of the CIS scan configuration.public String getScanConfigurationArn()
The ARN of the CIS scan configuration.
public DeleteCisScanConfigurationResult withScanConfigurationArn(String scanConfigurationArn)
The ARN of the CIS scan configuration.
scanConfigurationArn
- The ARN of the CIS scan configuration.public String toString()
toString
in class Object
Object.toString()
public DeleteCisScanConfigurationResult clone()