StructuredPojo
, ToCopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
@Generated("software.amazon.awssdk:codegen") public class ParameterGroupStatus extends Object implements StructuredPojo, ToCopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
The status of a parameter group.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ParameterGroupStatus.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ParameterGroupStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<String> |
nodeIdsToReboot() |
The node IDs of one or more nodes to be rebooted.
|
String |
parameterApplyStatus() |
The status of parameter updates.
|
String |
parameterGroupName() |
The name of the parameter group.
|
static Class<? extends ParameterGroupStatus.Builder> |
serializableBuilderClass() |
|
ParameterGroupStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String parameterGroupName()
The name of the parameter group.
public String parameterApplyStatus()
The status of parameter updates.
public List<String> nodeIdsToReboot()
The node IDs of one or more nodes to be rebooted.
public ParameterGroupStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ParameterGroupStatus.Builder,ParameterGroupStatus>
public static ParameterGroupStatus.Builder builder()
public static Class<? extends ParameterGroupStatus.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.