@Generated(value="software.amazon.awssdk:codegen") public final class GetDetectorResponse extends GuardDutyResponse implements ToCopyableBuilder<GetDetectorResponse.Builder,GetDetectorResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
GetDetectorResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetDetectorResponse.Builder |
builder() |
String |
createdAt()
Returns the value of the CreatedAt property for this object.
|
boolean |
equals(Object obj) |
FindingPublishingFrequency |
findingPublishingFrequency()
Returns the value of the FindingPublishingFrequency property for this object.
|
String |
findingPublishingFrequencyAsString()
Returns the value of the FindingPublishingFrequency property for this object.
|
<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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDetectorResponse.Builder> |
serializableBuilderClass() |
String |
serviceRole()
Returns the value of the ServiceRole property for this object.
|
DetectorStatus |
status()
Returns the value of the Status property for this object.
|
String |
statusAsString()
Returns the value of the Status property for this object.
|
GetDetectorResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
updatedAt()
Returns the value of the UpdatedAt property for this object.
|
responseMetadata
sdkHttpResponse
copy
public String createdAt()
public FindingPublishingFrequency findingPublishingFrequency()
If the service returns an enum value that is not available in the current SDK version,
findingPublishingFrequency
will return FindingPublishingFrequency.UNKNOWN_TO_SDK_VERSION
. The
raw value returned by the service is available from findingPublishingFrequencyAsString()
.
FindingPublishingFrequency
public String findingPublishingFrequencyAsString()
If the service returns an enum value that is not available in the current SDK version,
findingPublishingFrequency
will return FindingPublishingFrequency.UNKNOWN_TO_SDK_VERSION
. The
raw value returned by the service is available from findingPublishingFrequencyAsString()
.
FindingPublishingFrequency
public String serviceRole()
public DetectorStatus status()
If the service returns an enum value that is not available in the current SDK version, status
will
return DetectorStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DetectorStatus
public String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status
will
return DetectorStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
DetectorStatus
public String updatedAt()
public GetDetectorResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDetectorResponse.Builder,GetDetectorResponse>
toBuilder
in class AwsResponse
public static GetDetectorResponse.Builder builder()
public static Class<? extends GetDetectorResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. 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 SdkResponse
fieldName
- 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.