@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JsonTokenTypeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for the JSON token type.
| Constructor and Description |
|---|
JsonTokenTypeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JsonTokenTypeConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getGroupAttributeField()
The group attribute field.
|
String |
getUserNameAttributeField()
The user name attribute field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGroupAttributeField(String groupAttributeField)
The group attribute field.
|
void |
setUserNameAttributeField(String userNameAttributeField)
The user name attribute field.
|
String |
toString()
Returns a string representation of this object.
|
JsonTokenTypeConfiguration |
withGroupAttributeField(String groupAttributeField)
The group attribute field.
|
JsonTokenTypeConfiguration |
withUserNameAttributeField(String userNameAttributeField)
The user name attribute field.
|
public void setUserNameAttributeField(String userNameAttributeField)
The user name attribute field.
userNameAttributeField - The user name attribute field.public String getUserNameAttributeField()
The user name attribute field.
public JsonTokenTypeConfiguration withUserNameAttributeField(String userNameAttributeField)
The user name attribute field.
userNameAttributeField - The user name attribute field.public void setGroupAttributeField(String groupAttributeField)
The group attribute field.
groupAttributeField - The group attribute field.public String getGroupAttributeField()
The group attribute field.
public JsonTokenTypeConfiguration withGroupAttributeField(String groupAttributeField)
The group attribute field.
groupAttributeField - The group attribute field.public String toString()
toString in class ObjectObject.toString()public JsonTokenTypeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.