StructuredPojo
, ToCopyableBuilder<PolicyParameter.Builder,PolicyParameter>
@Generated("software.amazon.awssdk:codegen") public class PolicyParameter extends Object implements StructuredPojo, ToCopyableBuilder<PolicyParameter.Builder,PolicyParameter>
Name of the parameter from the Review policy.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PolicyParameter.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PolicyParameter.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
Name of the parameter from the list of Review Polices.
|
List<ParameterMapEntry> |
mapEntries() |
List of ParameterMapEntry objects.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends PolicyParameter.Builder> |
serializableBuilderClass() |
|
PolicyParameter.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
values() |
The list of values of the Parameter
|
public String key()
Name of the parameter from the list of Review Polices.
public List<String> values()
The list of values of the Parameter
public List<ParameterMapEntry> mapEntries()
List of ParameterMapEntry objects.
public PolicyParameter.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PolicyParameter.Builder,PolicyParameter>
public static PolicyParameter.Builder builder()
public static Class<? extends PolicyParameter.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.