@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectionOAuthClientResponseParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains the client response parameters for the connection when OAuth is specified as the authorization type.
Constructor and Description |
---|
ConnectionOAuthClientResponseParameters() |
Modifier and Type | Method and Description |
---|---|
ConnectionOAuthClientResponseParameters |
clone() |
boolean |
equals(Object obj) |
String |
getClientID()
The client ID associated with the response to the connection request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientID(String clientID)
The client ID associated with the response to the connection request.
|
String |
toString()
Returns a string representation of this object.
|
ConnectionOAuthClientResponseParameters |
withClientID(String clientID)
The client ID associated with the response to the connection request.
|
public ConnectionOAuthClientResponseParameters()
public void setClientID(String clientID)
The client ID associated with the response to the connection request.
clientID
- The client ID associated with the response to the connection request.public String getClientID()
The client ID associated with the response to the connection request.
public ConnectionOAuthClientResponseParameters withClientID(String clientID)
The client ID associated with the response to the connection request.
clientID
- The client ID associated with the response to the connection request.public String toString()
toString
in class Object
Object.toString()
public ConnectionOAuthClientResponseParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.