@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 void setDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
detectorId
- The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.public String getDetectorId()
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
public UpdateThreatIntelSetRequest withDetectorId(String detectorId)
The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.
detectorId
- The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to update.public void setThreatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
threatIntelSetId
- The unique ID that specifies the ThreatIntelSet that you want to update.public String getThreatIntelSetId()
The unique ID that specifies the ThreatIntelSet that you want to update.
public UpdateThreatIntelSetRequest withThreatIntelSetId(String threatIntelSetId)
The unique ID that specifies the ThreatIntelSet that you want to update.
threatIntelSetId
- The unique ID that specifies the ThreatIntelSet that you want to update.public void setName(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
name
- The unique ID that specifies the ThreatIntelSet that you want to update.public String getName()
The unique ID that specifies the ThreatIntelSet that you want to update.
public UpdateThreatIntelSetRequest withName(String name)
The unique ID that specifies the ThreatIntelSet that you want to update.
name
- The unique ID that specifies the ThreatIntelSet that you want to update.public void setLocation(String location)
The updated URI of the file that contains the ThreateIntelSet.
location
- The updated URI of the file that contains the ThreateIntelSet.public String getLocation()
The updated URI of the file that contains the ThreateIntelSet.
public UpdateThreatIntelSetRequest withLocation(String location)
The updated URI of the file that contains the ThreateIntelSet.
location
- The updated URI of the file that contains the ThreateIntelSet.public void setActivate(Boolean activate)
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
activate
- The updated Boolean value that specifies whether the ThreateIntelSet is active or not.public Boolean getActivate()
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
public UpdateThreatIntelSetRequest withActivate(Boolean activate)
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
activate
- The updated Boolean value that specifies whether the ThreateIntelSet is active or not.public Boolean isActivate()
The updated Boolean value that specifies whether the ThreateIntelSet is active or not.
public String toString()
toString
in class Object
Object.toString()
public UpdateThreatIntelSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()