@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetThreatIntelSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetThreatIntelSetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetThreatIntelSetResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetThreatIntelSetResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetThreatIntelSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getFormat()
The format of 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.
|
String |
getStatus()
The status of threatIntelSet file uploaded.
|
Map<String,String> |
getTags()
The tags of the Threat List resource.
|
int |
hashCode() |
void |
setFormat(String format)
The format of 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.
|
void |
setStatus(String status)
The status of threatIntelSet file uploaded.
|
void |
setTags(Map<String,String> tags)
The tags of the Threat List resource.
|
String |
toString()
Returns a string representation of this object.
|
GetThreatIntelSetResult |
withFormat(String format)
The format of the threatIntelSet.
|
GetThreatIntelSetResult |
withFormat(ThreatIntelSetFormat format)
The format of the threatIntelSet.
|
GetThreatIntelSetResult |
withLocation(String location)
The URI of the file that contains the ThreatIntelSet.
|
GetThreatIntelSetResult |
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.
|
GetThreatIntelSetResult |
withStatus(String status)
The status of threatIntelSet file uploaded.
|
GetThreatIntelSetResult |
withStatus(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
|
GetThreatIntelSetResult |
withTags(Map<String,String> tags)
The tags of the Threat List resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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.
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()
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP addresses included in this ThreatIntelSet.
public GetThreatIntelSetResult 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.
name - A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves
IP addresses included in this ThreatIntelSet.public void setFormat(String format)
The format of the threatIntelSet.
format - The format of the threatIntelSet.ThreatIntelSetFormatpublic String getFormat()
The format of the threatIntelSet.
ThreatIntelSetFormatpublic GetThreatIntelSetResult withFormat(String format)
The format of the threatIntelSet.
format - The format of the threatIntelSet.ThreatIntelSetFormatpublic GetThreatIntelSetResult withFormat(ThreatIntelSetFormat format)
The format of the threatIntelSet.
format - The format of the threatIntelSet.ThreatIntelSetFormatpublic void setLocation(String location)
The URI of the file that contains the ThreatIntelSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).
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()
The URI of the file that contains the ThreatIntelSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).
public GetThreatIntelSetResult withLocation(String location)
The URI of the file that contains the ThreatIntelSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key).
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 setStatus(String status)
The status of threatIntelSet file uploaded.
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatuspublic String getStatus()
The status of threatIntelSet file uploaded.
ThreatIntelSetStatuspublic GetThreatIntelSetResult withStatus(String status)
The status of threatIntelSet file uploaded.
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatuspublic GetThreatIntelSetResult withStatus(ThreatIntelSetStatus status)
The status of threatIntelSet file uploaded.
status - The status of threatIntelSet file uploaded.ThreatIntelSetStatuspublic Map<String,String> getTags()
The tags of the Threat List resource.
public void setTags(Map<String,String> tags)
The tags of the Threat List resource.
tags - The tags of the Threat List resource.public GetThreatIntelSetResult withTags(Map<String,String> tags)
The tags of the Threat List resource.
tags - The tags of the Threat List resource.public GetThreatIntelSetResult addTagsEntry(String key, String value)
public GetThreatIntelSetResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public GetThreatIntelSetResult clone()
Copyright © 2020. All rights reserved.