@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationPortalOptions extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes the options for the access portal associated with an application that can be updated.
| Constructor and Description | 
|---|
| UpdateApplicationPortalOptions() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateApplicationPortalOptions | clone() | 
| boolean | equals(Object obj) | 
| SignInOptions | getSignInOptions() | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setSignInOptions(SignInOptions signInOptions) | 
| String | toString()Returns a string representation of this object. | 
| UpdateApplicationPortalOptions | withSignInOptions(SignInOptions signInOptions) | 
public void setSignInOptions(SignInOptions signInOptions)
signInOptions - public SignInOptions getSignInOptions()
public UpdateApplicationPortalOptions withSignInOptions(SignInOptions signInOptions)
signInOptions - public String toString()
toString in class ObjectObject.toString()public UpdateApplicationPortalOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.