@Generated(value="software.amazon.awssdk:codegen") public final class FreeTrialInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FreeTrialInfo.Builder,FreeTrialInfo>
An object that contains information about the Amazon Inspector free trial for an account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FreeTrialInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FreeTrialInfo.Builder |
builder() |
Instant |
end()
The date and time that the Amazon Inspector free trail ends for a given account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FreeTrialInfo.Builder> |
serializableBuilderClass() |
Instant |
start()
The date and time that the Amazon Inspector free trail started for a given account.
|
FreeTrialStatus |
status()
The order to sort results by.
|
String |
statusAsString()
The order to sort results by.
|
FreeTrialInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FreeTrialType |
type()
The type of scan covered by the Amazon Inspector free trail.
|
String |
typeAsString()
The type of scan covered by the Amazon Inspector free trail.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant end()
The date and time that the Amazon Inspector free trail ends for a given account.
public final Instant start()
The date and time that the Amazon Inspector free trail started for a given account.
public final FreeTrialStatus status()
The order to sort results by.
If the service returns an enum value that is not available in the current SDK version, status will
return FreeTrialStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FreeTrialStatuspublic final String statusAsString()
The order to sort results by.
If the service returns an enum value that is not available in the current SDK version, status will
return FreeTrialStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
FreeTrialStatuspublic final FreeTrialType type()
The type of scan covered by the Amazon Inspector free trail.
If the service returns an enum value that is not available in the current SDK version, type will return
FreeTrialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FreeTrialTypepublic final String typeAsString()
The type of scan covered by the Amazon Inspector free trail.
If the service returns an enum value that is not available in the current SDK version, type will return
FreeTrialType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
FreeTrialTypepublic FreeTrialInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FreeTrialInfo.Builder,FreeTrialInfo>public static FreeTrialInfo.Builder builder()
public static Class<? extends FreeTrialInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.