@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SingleSignOn extends Object implements Serializable, Cloneable, StructuredPojo
The single sign-on details in Amazon DataZone.
| Constructor and Description |
|---|
SingleSignOn() |
| Modifier and Type | Method and Description |
|---|---|
SingleSignOn |
clone() |
boolean |
equals(Object obj) |
String |
getType()
The type of single sign-on in Amazon DataZone.
|
String |
getUserAssignment()
The single sign-on user assignment in Amazon DataZone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type)
The type of single sign-on in Amazon DataZone.
|
void |
setUserAssignment(String userAssignment)
The single sign-on user assignment in Amazon DataZone.
|
String |
toString()
Returns a string representation of this object.
|
SingleSignOn |
withType(AuthType type)
The type of single sign-on in Amazon DataZone.
|
SingleSignOn |
withType(String type)
The type of single sign-on in Amazon DataZone.
|
SingleSignOn |
withUserAssignment(String userAssignment)
The single sign-on user assignment in Amazon DataZone.
|
SingleSignOn |
withUserAssignment(UserAssignment userAssignment)
The single sign-on user assignment in Amazon DataZone.
|
public void setType(String type)
The type of single sign-on in Amazon DataZone.
type - The type of single sign-on in Amazon DataZone.AuthTypepublic String getType()
The type of single sign-on in Amazon DataZone.
AuthTypepublic SingleSignOn withType(String type)
The type of single sign-on in Amazon DataZone.
type - The type of single sign-on in Amazon DataZone.AuthTypepublic SingleSignOn withType(AuthType type)
The type of single sign-on in Amazon DataZone.
type - The type of single sign-on in Amazon DataZone.AuthTypepublic void setUserAssignment(String userAssignment)
The single sign-on user assignment in Amazon DataZone.
userAssignment - The single sign-on user assignment in Amazon DataZone.UserAssignmentpublic String getUserAssignment()
The single sign-on user assignment in Amazon DataZone.
UserAssignmentpublic SingleSignOn withUserAssignment(String userAssignment)
The single sign-on user assignment in Amazon DataZone.
userAssignment - The single sign-on user assignment in Amazon DataZone.UserAssignmentpublic SingleSignOn withUserAssignment(UserAssignment userAssignment)
The single sign-on user assignment in Amazon DataZone.
userAssignment - The single sign-on user assignment in Amazon DataZone.UserAssignmentpublic String toString()
toString in class ObjectObject.toString()public SingleSignOn clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.