Class StopCisSessionMessage
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.StopCisSessionMessage
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StopCisSessionMessage.Builder,StopCisSessionMessage>
@Generated("software.amazon.awssdk:codegen") public final class StopCisSessionMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StopCisSessionMessage.Builder,StopCisSessionMessage>
The stop CIS session message.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStopCisSessionMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbenchmarkProfile()The message benchmark profile.StringbenchmarkVersion()The message benchmark version.static StopCisSessionMessage.Builderbuilder()ComputePlatformcomputePlatform()The message compute platform.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StopCisMessageProgressprogress()The progress of the message.Stringreason()The reason for the message.List<SdkField<?>>sdkFields()static Class<? extends StopCisSessionMessage.Builder>serializableBuilderClass()StopCisSessionStatusstatus()The status of the message.StringstatusAsString()The status of the message.StopCisSessionMessage.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
benchmarkProfile
public final String benchmarkProfile()
The message benchmark profile.
- Returns:
- The message benchmark profile.
-
benchmarkVersion
public final String benchmarkVersion()
The message benchmark version.
- Returns:
- The message benchmark version.
-
computePlatform
public final ComputePlatform computePlatform()
The message compute platform.
- Returns:
- The message compute platform.
-
progress
public final StopCisMessageProgress progress()
The progress of the message.
- Returns:
- The progress of the message.
-
reason
public final String reason()
The reason for the message.
- Returns:
- The reason for the message.
-
status
public final StopCisSessionStatus status()
The status of the message.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStopCisSessionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the message.
- See Also:
StopCisSessionStatus
-
statusAsString
public final String statusAsString()
The status of the message.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStopCisSessionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the message.
- See Also:
StopCisSessionStatus
-
toBuilder
public StopCisSessionMessage.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StopCisSessionMessage.Builder,StopCisSessionMessage>
-
builder
public static StopCisSessionMessage.Builder builder()
-
serializableBuilderClass
public static Class<? extends StopCisSessionMessage.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-