@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGitHubAccountTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DeleteGitHubAccount
operation.
NOOP
Constructor and Description |
---|
DeleteGitHubAccountTokenRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteGitHubAccountTokenRequest |
clone() |
boolean |
equals(Object obj) |
String |
getTokenName()
The name of the GitHub account connection to delete.
|
int |
hashCode() |
void |
setTokenName(String tokenName)
The name of the GitHub account connection to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteGitHubAccountTokenRequest |
withTokenName(String tokenName)
The name of the GitHub account connection to delete.
|
addHandlerContext, copyBaseTo, 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 setTokenName(String tokenName)
The name of the GitHub account connection to delete.
tokenName
- The name of the GitHub account connection to delete.public String getTokenName()
The name of the GitHub account connection to delete.
public DeleteGitHubAccountTokenRequest withTokenName(String tokenName)
The name of the GitHub account connection to delete.
tokenName
- The name of the GitHub account connection to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteGitHubAccountTokenRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2022. All rights reserved.