@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 |
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 that you want to update.
|
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 that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
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 that you want to update.
|
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 that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 that you want to update.
|
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 that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
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 setActivate(Boolean activate)
activate
- A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.public Boolean getActivate()
public CreateThreatIntelSetRequest withActivate(Boolean activate)
activate
- A boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.public Boolean isActivate()
public void setClientToken(String clientToken)
clientToken
- The idempotency token for the create request.public String getClientToken()
public CreateThreatIntelSetRequest withClientToken(String clientToken)
clientToken
- The idempotency token for the create request.public void setDetectorId(String detectorId)
detectorId
- The unique ID of the detector that you want to update.public String getDetectorId()
public CreateThreatIntelSetRequest withDetectorId(String detectorId)
detectorId
- The unique ID of the detector that you want to update.public void setFormat(String format)
format
- The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat
public String getFormat()
ThreatIntelSetFormat
public CreateThreatIntelSetRequest withFormat(String format)
format
- The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat
public CreateThreatIntelSetRequest withFormat(ThreatIntelSetFormat format)
format
- The format of the file that contains the ThreatIntelSet.ThreatIntelSetFormat
public void setLocation(String location)
location
- The URI of the file that contains the ThreatIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).public String getLocation()
public CreateThreatIntelSetRequest withLocation(String location)
location
- The URI of the file that contains the ThreatIntelSet. For example
(https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).public void setName(String name)
name
- A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves
IP addresses included in this ThreatIntelSet.public String getName()
public CreateThreatIntelSetRequest withName(String name)
name
- A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves
IP addresses included in this ThreatIntelSet.public String toString()
toString
in class Object
Object.toString()
public CreateThreatIntelSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.