@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OAuth2ClientApplication extends Object implements Serializable, Cloneable, StructuredPojo
The OAuth2 client app used for the connection.
Constructor and Description |
---|
OAuth2ClientApplication() |
Modifier and Type | Method and Description |
---|---|
OAuth2ClientApplication |
clone() |
boolean |
equals(Object obj) |
String |
getAWSManagedClientApplicationReference()
The reference to the SaaS-side client app that is Amazon Web Services managed.
|
String |
getUserManagedClientApplicationClientId()
The client application clientID if the ClientAppType is
USER_MANAGED . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAWSManagedClientApplicationReference(String aWSManagedClientApplicationReference)
The reference to the SaaS-side client app that is Amazon Web Services managed.
|
void |
setUserManagedClientApplicationClientId(String userManagedClientApplicationClientId)
The client application clientID if the ClientAppType is
USER_MANAGED . |
String |
toString()
Returns a string representation of this object.
|
OAuth2ClientApplication |
withAWSManagedClientApplicationReference(String aWSManagedClientApplicationReference)
The reference to the SaaS-side client app that is Amazon Web Services managed.
|
OAuth2ClientApplication |
withUserManagedClientApplicationClientId(String userManagedClientApplicationClientId)
The client application clientID if the ClientAppType is
USER_MANAGED . |
public void setUserManagedClientApplicationClientId(String userManagedClientApplicationClientId)
The client application clientID if the ClientAppType is USER_MANAGED
.
userManagedClientApplicationClientId
- The client application clientID if the ClientAppType is USER_MANAGED
.public String getUserManagedClientApplicationClientId()
The client application clientID if the ClientAppType is USER_MANAGED
.
USER_MANAGED
.public OAuth2ClientApplication withUserManagedClientApplicationClientId(String userManagedClientApplicationClientId)
The client application clientID if the ClientAppType is USER_MANAGED
.
userManagedClientApplicationClientId
- The client application clientID if the ClientAppType is USER_MANAGED
.public void setAWSManagedClientApplicationReference(String aWSManagedClientApplicationReference)
The reference to the SaaS-side client app that is Amazon Web Services managed.
aWSManagedClientApplicationReference
- The reference to the SaaS-side client app that is Amazon Web Services managed.public String getAWSManagedClientApplicationReference()
The reference to the SaaS-side client app that is Amazon Web Services managed.
public OAuth2ClientApplication withAWSManagedClientApplicationReference(String aWSManagedClientApplicationReference)
The reference to the SaaS-side client app that is Amazon Web Services managed.
aWSManagedClientApplicationReference
- The reference to the SaaS-side client app that is Amazon Web Services managed.public String toString()
toString
in class Object
Object.toString()
public OAuth2ClientApplication clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.