@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDeviceAuthorizationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartDeviceAuthorizationRequest() |
Modifier and Type | Method and Description |
---|---|
StartDeviceAuthorizationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientId()
The unique identifier string for the client that is registered with IAM Identity Center.
|
String |
getClientSecret()
A secret string that is generated for the client.
|
String |
getStartUrl()
The URL for the Amazon Web Services access portal.
|
int |
hashCode() |
void |
setClientId(String clientId)
The unique identifier string for the client that is registered with IAM Identity Center.
|
void |
setClientSecret(String clientSecret)
A secret string that is generated for the client.
|
void |
setStartUrl(String startUrl)
The URL for the Amazon Web Services access portal.
|
String |
toString()
Returns a string representation of this object.
|
StartDeviceAuthorizationRequest |
withClientId(String clientId)
The unique identifier string for the client that is registered with IAM Identity Center.
|
StartDeviceAuthorizationRequest |
withClientSecret(String clientSecret)
A secret string that is generated for the client.
|
StartDeviceAuthorizationRequest |
withStartUrl(String startUrl)
The URL for the Amazon Web Services access portal.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientId(String clientId)
The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
clientId
- The unique identifier string for the client that is registered with IAM Identity Center. This value should
come from the persisted result of the RegisterClient API operation.public String getClientId()
The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
public StartDeviceAuthorizationRequest withClientId(String clientId)
The unique identifier string for the client that is registered with IAM Identity Center. This value should come from the persisted result of the RegisterClient API operation.
clientId
- The unique identifier string for the client that is registered with IAM Identity Center. This value should
come from the persisted result of the RegisterClient API operation.public void setClientSecret(String clientSecret)
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
clientSecret
- A secret string that is generated for the client. This value should come from the persisted result of the
RegisterClient API operation.public String getClientSecret()
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
public StartDeviceAuthorizationRequest withClientSecret(String clientSecret)
A secret string that is generated for the client. This value should come from the persisted result of the RegisterClient API operation.
clientSecret
- A secret string that is generated for the client. This value should come from the persisted result of the
RegisterClient API operation.public void setStartUrl(String startUrl)
The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.
startUrl
- The URL for the Amazon Web Services access portal. For more information, see Using the Amazon
Web Services access portal in the IAM Identity Center User Guide.public String getStartUrl()
The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.
public StartDeviceAuthorizationRequest withStartUrl(String startUrl)
The URL for the Amazon Web Services access portal. For more information, see Using the Amazon Web Services access portal in the IAM Identity Center User Guide.
startUrl
- The URL for the Amazon Web Services access portal. For more information, see Using the Amazon
Web Services access portal in the IAM Identity Center User Guide.public String toString()
toString
in class Object
Object.toString()
public StartDeviceAuthorizationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()