StructuredPojo
, ToCopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
@Generated("software.amazon.awssdk:codegen") public class ConfigurationRecorderStatus extends Object implements StructuredPojo, ToCopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
The current status of the configuration recorder.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConfigurationRecorderStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ConfigurationRecorderStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lastErrorCode() |
The error code indicating that the recording failed.
|
String |
lastErrorMessage() |
The message indicating that the recording failed due to an error.
|
Date |
lastStartTime() |
The time the recorder was last started.
|
String |
lastStatus() |
The last (previous) status of the recorder.
|
Date |
lastStatusChangeTime() |
The time when the status was last changed.
|
Date |
lastStopTime() |
The time the recorder was last stopped.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the configuration recorder.
|
Boolean |
recording() |
Specifies whether the recorder is currently recording or not.
|
static Class<? extends ConfigurationRecorderStatus.Builder> |
serializableBuilderClass() |
|
ConfigurationRecorderStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the configuration recorder.
public Date lastStartTime()
The time the recorder was last started.
public Date lastStopTime()
The time the recorder was last stopped.
public Boolean recording()
Specifies whether the recorder is currently recording or not.
public String lastStatus()
The last (previous) status of the recorder.
RecorderStatus
public String lastErrorCode()
The error code indicating that the recording failed.
public String lastErrorMessage()
The message indicating that the recording failed due to an error.
public Date lastStatusChangeTime()
The time when the status was last changed.
public ConfigurationRecorderStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfigurationRecorderStatus.Builder,ConfigurationRecorderStatus>
public static ConfigurationRecorderStatus.Builder builder()
public static Class<? extends ConfigurationRecorderStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.