@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 |
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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFormat(String format)
format
- The format of the threatIntelSet.ThreatIntelSetFormat
public String getFormat()
ThreatIntelSetFormat
public GetThreatIntelSetResult withFormat(String format)
format
- The format of the threatIntelSet.ThreatIntelSetFormat
public GetThreatIntelSetResult withFormat(ThreatIntelSetFormat format)
format
- The format of 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 GetThreatIntelSetResult 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 GetThreatIntelSetResult 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 void setStatus(String status)
status
- The status of threatIntelSet file uploaded.ThreatIntelSetStatus
public String getStatus()
ThreatIntelSetStatus
public GetThreatIntelSetResult withStatus(String status)
status
- The status of threatIntelSet file uploaded.ThreatIntelSetStatus
public GetThreatIntelSetResult withStatus(ThreatIntelSetStatus status)
status
- The status of threatIntelSet file uploaded.ThreatIntelSetStatus
public String toString()
toString
in class Object
Object.toString()
public GetThreatIntelSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.