@Generated(value="software.amazon.awssdk:codegen") public final class AccessControlAttributeValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessControlAttributeValue.Builder,AccessControlAttributeValue>
The value used for mapping a specified attribute to an identity source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessControlAttributeValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccessControlAttributeValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSource()
Returns true if the Source property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessControlAttributeValue.Builder> |
serializableBuilderClass() |
List<String> |
source()
The identity source to use when mapping a specified attribute to AWS SSO.
|
AccessControlAttributeValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasSource()
public List<String> source()
The identity source to use when mapping a specified attribute to AWS SSO.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSource() to see if a value was sent in this field.
public AccessControlAttributeValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessControlAttributeValue.Builder,AccessControlAttributeValue>public static AccessControlAttributeValue.Builder builder()
public static Class<? extends AccessControlAttributeValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.