@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateThreatIntelSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateThreatIntelSetResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateThreatIntelSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getThreatIntelSetId()
The ID of the ThreatIntelSet resource.
|
int |
hashCode() |
void |
setThreatIntelSetId(String threatIntelSetId)
The ID of the ThreatIntelSet resource.
|
String |
toString()
Returns a string representation of this object.
|
CreateThreatIntelSetResult |
withThreatIntelSetId(String threatIntelSetId)
The ID of the ThreatIntelSet resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setThreatIntelSetId(String threatIntelSetId)
The ID of the ThreatIntelSet resource.
threatIntelSetId - The ID of the ThreatIntelSet resource.public String getThreatIntelSetId()
The ID of the ThreatIntelSet resource.
public CreateThreatIntelSetResult withThreatIntelSetId(String threatIntelSetId)
The ID of the ThreatIntelSet resource.
threatIntelSetId - The ID of the ThreatIntelSet resource.public String toString()
toString in class ObjectObject.toString()public CreateThreatIntelSetResult clone()