@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectionOAuthResponseParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains the response parameters when OAuth is specified as the authorization type.
Constructor and Description |
---|
ConnectionOAuthResponseParameters() |
Modifier and Type | Method and Description |
---|---|
ConnectionOAuthResponseParameters |
clone() |
boolean |
equals(Object obj) |
String |
getAuthorizationEndpoint()
The URL to the HTTP endpoint that authorized the request.
|
ConnectionOAuthClientResponseParameters |
getClientParameters()
A
ConnectionOAuthClientResponseParameters object that contains details about the client parameters
returned when OAuth is specified as the authorization type. |
String |
getHttpMethod()
The method used to connect to the HTTP endpoint.
|
ConnectionHttpParameters |
getOAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthorizationEndpoint(String authorizationEndpoint)
The URL to the HTTP endpoint that authorized the request.
|
void |
setClientParameters(ConnectionOAuthClientResponseParameters clientParameters)
A
ConnectionOAuthClientResponseParameters object that contains details about the client parameters
returned when OAuth is specified as the authorization type. |
void |
setHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
|
void |
setOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
|
String |
toString()
Returns a string representation of this object.
|
ConnectionOAuthResponseParameters |
withAuthorizationEndpoint(String authorizationEndpoint)
The URL to the HTTP endpoint that authorized the request.
|
ConnectionOAuthResponseParameters |
withClientParameters(ConnectionOAuthClientResponseParameters clientParameters)
A
ConnectionOAuthClientResponseParameters object that contains details about the client parameters
returned when OAuth is specified as the authorization type. |
ConnectionOAuthResponseParameters |
withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
|
ConnectionOAuthResponseParameters |
withHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
|
ConnectionOAuthResponseParameters |
withOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
|
public void setClientParameters(ConnectionOAuthClientResponseParameters clientParameters)
A ConnectionOAuthClientResponseParameters
object that contains details about the client parameters
returned when OAuth is specified as the authorization type.
clientParameters
- A ConnectionOAuthClientResponseParameters
object that contains details about the client
parameters returned when OAuth is specified as the authorization type.public ConnectionOAuthClientResponseParameters getClientParameters()
A ConnectionOAuthClientResponseParameters
object that contains details about the client parameters
returned when OAuth is specified as the authorization type.
ConnectionOAuthClientResponseParameters
object that contains details about the client
parameters returned when OAuth is specified as the authorization type.public ConnectionOAuthResponseParameters withClientParameters(ConnectionOAuthClientResponseParameters clientParameters)
A ConnectionOAuthClientResponseParameters
object that contains details about the client parameters
returned when OAuth is specified as the authorization type.
clientParameters
- A ConnectionOAuthClientResponseParameters
object that contains details about the client
parameters returned when OAuth is specified as the authorization type.public void setAuthorizationEndpoint(String authorizationEndpoint)
The URL to the HTTP endpoint that authorized the request.
authorizationEndpoint
- The URL to the HTTP endpoint that authorized the request.public String getAuthorizationEndpoint()
The URL to the HTTP endpoint that authorized the request.
public ConnectionOAuthResponseParameters withAuthorizationEndpoint(String authorizationEndpoint)
The URL to the HTTP endpoint that authorized the request.
authorizationEndpoint
- The URL to the HTTP endpoint that authorized the request.public void setHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
httpMethod
- The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethod
public String getHttpMethod()
The method used to connect to the HTTP endpoint.
ConnectionOAuthHttpMethod
public ConnectionOAuthResponseParameters withHttpMethod(String httpMethod)
The method used to connect to the HTTP endpoint.
httpMethod
- The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethod
public ConnectionOAuthResponseParameters withHttpMethod(ConnectionOAuthHttpMethod httpMethod)
The method used to connect to the HTTP endpoint.
httpMethod
- The method used to connect to the HTTP endpoint.ConnectionOAuthHttpMethod
public void setOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
oAuthHttpParameters
- The additional HTTP parameters used for the OAuth authorization request.public ConnectionHttpParameters getOAuthHttpParameters()
The additional HTTP parameters used for the OAuth authorization request.
public ConnectionOAuthResponseParameters withOAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters)
The additional HTTP parameters used for the OAuth authorization request.
oAuthHttpParameters
- The additional HTTP parameters used for the OAuth authorization request.public String toString()
toString
in class Object
Object.toString()
public ConnectionOAuthResponseParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.