@Generated(value="software.amazon.awssdk:codegen") public final class ClusterParameterGroupStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>
Describes the status of a parameter group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterParameterGroupStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ClusterParameterGroupStatus.Builder |
builder() |
List<ClusterParameterStatus> |
clusterParameterStatusList()
The list of parameter statuses.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasClusterParameterStatusList()
Returns true if the ClusterParameterStatusList property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
parameterApplyStatus()
The status of parameter updates.
|
String |
parameterGroupName()
The name of the cluster parameter group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ClusterParameterGroupStatus.Builder> |
serializableBuilderClass() |
ClusterParameterGroupStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String parameterGroupName()
The name of the cluster parameter group.
public String parameterApplyStatus()
The status of parameter updates.
public boolean hasClusterParameterStatusList()
public List<ClusterParameterStatus> clusterParameterStatusList()
The list of parameter statuses.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasClusterParameterStatusList() to see if a value was sent in this field.
For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
public ClusterParameterGroupStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ClusterParameterGroupStatus.Builder,ClusterParameterGroupStatus>public static ClusterParameterGroupStatus.Builder builder()
public static Class<? extends ClusterParameterGroupStatus.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.