StructuredPojo
, ToCopyableBuilder<RulesConfigurationType.Builder,RulesConfigurationType>
@Generated("software.amazon.awssdk:codegen") public class RulesConfigurationType extends Object implements StructuredPojo, ToCopyableBuilder<RulesConfigurationType.Builder,RulesConfigurationType>
A container for rules.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RulesConfigurationType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RulesConfigurationType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<MappingRule> |
rules() |
An array of rules.
|
static Class<? extends RulesConfigurationType.Builder> |
serializableBuilderClass() |
|
RulesConfigurationType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<MappingRule> rules()
An array of rules. You can specify up to 25 rules per identity provider.
Rules are evaluated in order. The first one to match specifies the role.
Rules are evaluated in order. The first one to match specifies the role.
public RulesConfigurationType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RulesConfigurationType.Builder,RulesConfigurationType>
public static RulesConfigurationType.Builder builder()
public static Class<? extends RulesConfigurationType.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.