@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateThreatIntelSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateThreatIntelSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateThreatIntelSetRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getActivate()
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
|
String |
getDetectorId()
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
String |
getLocation()
The updated URI of the file that contains the ThreateIntelSet.
|
String |
getName()
The unique ID that specifies the ThreatIntelSet that you want to update.
|
String |
getThreatIntelSetId()
The unique ID that specifies the ThreatIntelSet that you want to update.
|
int |
hashCode() |
Boolean |
isActivate()
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
|
void |
setActivate(Boolean activate)
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
|
void |
setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
void |
setLocation(String location)
The updated URI of the file that contains the ThreateIntelSet.
|
void |
setName(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
void |
setThreatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateThreatIntelSetRequest |
withActivate(Boolean activate)
The updated boolean value that specifies whether the ThreateIntelSet is active or not.
|
UpdateThreatIntelSetRequest |
withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
|
UpdateThreatIntelSetRequest |
withLocation(String location)
The updated URI of the file that contains the ThreateIntelSet.
|
UpdateThreatIntelSetRequest |
withName(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
UpdateThreatIntelSetRequest |
withThreatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setActivate(Boolean activate)
activate - The updated boolean value that specifies whether the ThreateIntelSet is active or not.public Boolean getActivate()
public UpdateThreatIntelSetRequest withActivate(Boolean activate)
activate - The updated boolean value that specifies whether the ThreateIntelSet is active or not.public Boolean isActivate()
public void setDetectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.public String getDetectorId()
public UpdateThreatIntelSetRequest withDetectorId(String detectorId)
detectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.public void setLocation(String location)
location - The updated URI of the file that contains the ThreateIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)public String getLocation()
public UpdateThreatIntelSetRequest withLocation(String location)
location - The updated URI of the file that contains the ThreateIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)public void setName(String name)
name - The unique ID that specifies the ThreatIntelSet that you want to update.public String getName()
public UpdateThreatIntelSetRequest withName(String name)
name - The unique ID that specifies the ThreatIntelSet that you want to update.public void setThreatIntelSetId(String threatIntelSetId)
threatIntelSetId - The unique ID that specifies the ThreatIntelSet that you want to update.public String getThreatIntelSetId()
public UpdateThreatIntelSetRequest withThreatIntelSetId(String threatIntelSetId)
threatIntelSetId - The unique ID that specifies the ThreatIntelSet that you want to update.public String toString()
toString in class ObjectObject.toString()public UpdateThreatIntelSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.