@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrgEc2DeepInspectionConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOrgEc2DeepInspectionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOrgEc2DeepInspectionConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getOrgPackagePaths()
The Amazon Inspector deep inspection custom paths you are adding for your organization.
|
int |
hashCode() |
void |
setOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrgEc2DeepInspectionConfigurationRequest |
withOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your organization.
|
UpdateOrgEc2DeepInspectionConfigurationRequest |
withOrgPackagePaths(String... orgPackagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your organization.
|
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 UpdateOrgEc2DeepInspectionConfigurationRequest()
public List<String> getOrgPackagePaths()
The Amazon Inspector deep inspection custom paths you are adding for your organization.
public void setOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your organization.
orgPackagePaths
- The Amazon Inspector deep inspection custom paths you are adding for your organization.public UpdateOrgEc2DeepInspectionConfigurationRequest withOrgPackagePaths(String... orgPackagePaths)
The Amazon Inspector deep inspection custom paths you are adding 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 you are adding for your organization.public UpdateOrgEc2DeepInspectionConfigurationRequest withOrgPackagePaths(Collection<String> orgPackagePaths)
The Amazon Inspector deep inspection custom paths you are adding for your organization.
orgPackagePaths
- The Amazon Inspector deep inspection custom paths you are adding for your organization.public String toString()
toString
in class Object
Object.toString()
public UpdateOrgEc2DeepInspectionConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()