@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThreatIntelSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateThreatIntelSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateThreatIntelSetRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateThreatIntelSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getActivate()
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
String |
getClientToken()
The idempotency token for the create request.
|
String |
getDetectorId()
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
String |
getFormat()
The format of the file that contains the ThreatIntelSet.
|
String |
getLocation()
The URI of the file that contains the ThreatIntelSet.
|
String |
getName()
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
Map<String,String> |
getTags()
The tags to be added to a new threat list resource.
|
int |
hashCode() |
Boolean |
isActivate()
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
void |
setActivate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
void |
setClientToken(String clientToken)
The idempotency token for the create request.
|
void |
setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
void |
setFormat(String format)
The format of the file that contains the ThreatIntelSet.
|
void |
setLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
void |
setName(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
void |
setTags(Map<String,String> tags)
The tags to be added to a new threat list resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateThreatIntelSetRequest |
withActivate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withClientToken(String clientToken)
The idempotency token for the create request.
|
CreateThreatIntelSetRequest |
withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
CreateThreatIntelSetRequest |
withFormat(String format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withFormat(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withName(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
CreateThreatIntelSetRequest |
withTags(Map<String,String> tags)
The tags to be added to a new threat list resource.
|
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, withSdkRequestTimeoutpublic void setDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
detectorId - The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.public String getDetectorId()
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
public CreateThreatIntelSetRequest withDetectorId(String detectorId)
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
detectorId - The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.public void setName(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
name - A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves
IP addresses included in this ThreatIntelSet.public String getName()
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
public CreateThreatIntelSetRequest withName(String name)
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
name - A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves
IP addresses included in this ThreatIntelSet.public void setFormat(String format)
The format of the file that contains the ThreatIntelSet.
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatpublic String getFormat()
The format of the file that contains the ThreatIntelSet.
ThreatIntelSetFormatpublic CreateThreatIntelSetRequest withFormat(String format)
The format of the file that contains the ThreatIntelSet.
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatpublic CreateThreatIntelSetRequest withFormat(ThreatIntelSetFormat format)
The format of the file that contains the ThreatIntelSet.
format - The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormatpublic void setLocation(String location)
The URI of the file that contains the ThreatIntelSet.
location - The URI of the file that contains the ThreatIntelSet.public String getLocation()
The URI of the file that contains the ThreatIntelSet.
public CreateThreatIntelSetRequest withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
location - The URI of the file that contains the ThreatIntelSet.public void setActivate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.public Boolean getActivate()
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
public CreateThreatIntelSetRequest withActivate(Boolean activate)
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
activate - A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.public Boolean isActivate()
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
public void setClientToken(String clientToken)
The idempotency token for the create request.
clientToken - The idempotency token for the create request.public String getClientToken()
The idempotency token for the create request.
public CreateThreatIntelSetRequest withClientToken(String clientToken)
The idempotency token for the create request.
clientToken - The idempotency token for the create request.public Map<String,String> getTags()
The tags to be added to a new threat list resource.
public void setTags(Map<String,String> tags)
The tags to be added to a new threat list resource.
tags - The tags to be added to a new threat list resource.public CreateThreatIntelSetRequest withTags(Map<String,String> tags)
The tags to be added to a new threat list resource.
tags - The tags to be added to a new threat list resource.public CreateThreatIntelSetRequest addTagsEntry(String key, String value)
public CreateThreatIntelSetRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateThreatIntelSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()