@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JsonTokenTypeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the 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)
Marshalls this structured data using the given
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 Object
Object.toString()
public JsonTokenTypeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.