@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEc2DeepInspectionConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEc2DeepInspectionConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetEc2DeepInspectionConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your
account.
|
List<String> |
getOrgPackagePaths()
The Amazon Inspector deep inspection custom paths for your organization.
|
List<String> |
getPackagePaths()
The Amazon Inspector deep inspection custom paths for your account.
|
String |
getStatus()
The activation status of Amazon Inspector deep inspection in your account.
|
int |
hashCode() |
void |
setErrorMessage(String errorMessage)
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your
account.
|
void |
setOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths for your organization.
|
void |
setPackagePaths(Collection<String> packagePaths)
The Amazon Inspector deep inspection custom paths for your account.
|
void |
setStatus(String status)
The activation status of Amazon Inspector deep inspection in your account.
|
String |
toString()
Returns a string representation of this object.
|
GetEc2DeepInspectionConfigurationResult |
withErrorMessage(String errorMessage)
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your
account.
|
GetEc2DeepInspectionConfigurationResult |
withOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths for your organization.
|
GetEc2DeepInspectionConfigurationResult |
withOrgPackagePaths(String... orgPackagePaths)
The Amazon Inspector deep inspection custom paths for your organization.
|
GetEc2DeepInspectionConfigurationResult |
withPackagePaths(Collection<String> packagePaths)
The Amazon Inspector deep inspection custom paths for your account.
|
GetEc2DeepInspectionConfigurationResult |
withPackagePaths(String... packagePaths)
The Amazon Inspector deep inspection custom paths for your account.
|
GetEc2DeepInspectionConfigurationResult |
withStatus(Ec2DeepInspectionStatus status)
The activation status of Amazon Inspector deep inspection in your account.
|
GetEc2DeepInspectionConfigurationResult |
withStatus(String status)
The activation status of Amazon Inspector deep inspection in your account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetEc2DeepInspectionConfigurationResult()
public void setErrorMessage(String errorMessage)
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.
errorMessage
- An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for
your account.public String getErrorMessage()
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.
public GetEc2DeepInspectionConfigurationResult withErrorMessage(String errorMessage)
An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for your account.
errorMessage
- An error message explaining why Amazon Inspector deep inspection configurations could not be retrieved for
your account.public List<String> getOrgPackagePaths()
The Amazon Inspector deep inspection custom paths for your organization.
public void setOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths for your organization.
orgPackagePaths
- The Amazon Inspector deep inspection custom paths for your organization.public GetEc2DeepInspectionConfigurationResult withOrgPackagePaths(String... orgPackagePaths)
The Amazon Inspector deep inspection custom paths for your organization.
NOTE: This method appends the values to the existing list (if any). Use
setOrgPackagePaths(java.util.Collection)
or withOrgPackagePaths(java.util.Collection)
if you
want to override the existing values.
orgPackagePaths
- The Amazon Inspector deep inspection custom paths for your organization.public GetEc2DeepInspectionConfigurationResult withOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths for your organization.
orgPackagePaths
- The Amazon Inspector deep inspection custom paths for your organization.public List<String> getPackagePaths()
The Amazon Inspector deep inspection custom paths for your account.
public void setPackagePaths(Collection<String> packagePaths)
The Amazon Inspector deep inspection custom paths for your account.
packagePaths
- The Amazon Inspector deep inspection custom paths for your account.public GetEc2DeepInspectionConfigurationResult withPackagePaths(String... packagePaths)
The Amazon Inspector deep inspection custom paths for your account.
NOTE: This method appends the values to the existing list (if any). Use
setPackagePaths(java.util.Collection)
or withPackagePaths(java.util.Collection)
if you want to
override the existing values.
packagePaths
- The Amazon Inspector deep inspection custom paths for your account.public GetEc2DeepInspectionConfigurationResult withPackagePaths(Collection<String> packagePaths)
The Amazon Inspector deep inspection custom paths for your account.
packagePaths
- The Amazon Inspector deep inspection custom paths for your account.public void setStatus(String status)
The activation status of Amazon Inspector deep inspection in your account.
status
- The activation status of Amazon Inspector deep inspection in your account.Ec2DeepInspectionStatus
public String getStatus()
The activation status of Amazon Inspector deep inspection in your account.
Ec2DeepInspectionStatus
public GetEc2DeepInspectionConfigurationResult withStatus(String status)
The activation status of Amazon Inspector deep inspection in your account.
status
- The activation status of Amazon Inspector deep inspection in your account.Ec2DeepInspectionStatus
public GetEc2DeepInspectionConfigurationResult withStatus(Ec2DeepInspectionStatus status)
The activation status of Amazon Inspector deep inspection in your account.
status
- The activation status of Amazon Inspector deep inspection in your account.Ec2DeepInspectionStatus
public String toString()
toString
in class Object
Object.toString()
public GetEc2DeepInspectionConfigurationResult clone()