@Generated(value="software.amazon.awssdk:codegen") public class GetThreatIntelSetResponse extends GuardDutyResponse implements ToCopyableBuilder<GetThreatIntelSetResponse.Builder,GetThreatIntelSetResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetThreatIntelSetResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetThreatIntelSetResponse.Builder |
builder() |
boolean |
equals(Object obj) |
ThreatIntelSetFormat |
format()
The format of the threatIntelSet.
|
String |
formatAsString()
The format of the threatIntelSet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse. |
int |
hashCode() |
String |
location()
The URI of the file that contains the ThreatIntelSet.
|
String |
name()
A user-friendly ThreatIntelSet name that is displayed in all finding generated by activity that involves IP
addresses included in this ThreatIntelSet.
|
static Class<? extends GetThreatIntelSetResponse.Builder> |
serializableBuilderClass() |
ThreatIntelSetStatus |
status()
The status of threatIntelSet file uploaded.
|
String |
statusAsString()
The status of threatIntelSet file uploaded.
|
GetThreatIntelSetResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
sdkHttpResponsecopypublic ThreatIntelSetFormat format()
If the service returns an enum value that is not available in the current SDK version, format will
return ThreatIntelSetFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
ThreatIntelSetFormatpublic String formatAsString()
If the service returns an enum value that is not available in the current SDK version, format will
return ThreatIntelSetFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from formatAsString().
ThreatIntelSetFormatpublic String location()
public String name()
public ThreatIntelSetStatus status()
If the service returns an enum value that is not available in the current SDK version, status will
return ThreatIntelSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ThreatIntelSetStatuspublic String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return ThreatIntelSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ThreatIntelSetStatuspublic GetThreatIntelSetResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetThreatIntelSetResponse.Builder,GetThreatIntelSetResponse>toBuilder in class AwsResponsepublic static GetThreatIntelSetResponse.Builder builder()
public static Class<? extends GetThreatIntelSetResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.