@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteGitHubAccountTokenResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DeleteGitHubAccountToken operation.
Constructor and Description |
---|
DeleteGitHubAccountTokenResult() |
Modifier and Type | Method and Description |
---|---|
DeleteGitHubAccountTokenResult |
clone() |
boolean |
equals(Object obj) |
String |
getTokenName()
The name of the GitHub account connection that was deleted.
|
int |
hashCode() |
void |
setTokenName(String tokenName)
The name of the GitHub account connection that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteGitHubAccountTokenResult |
withTokenName(String tokenName)
The name of the GitHub account connection that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTokenName(String tokenName)
The name of the GitHub account connection that was deleted.
tokenName
- The name of the GitHub account connection that was deleted.public String getTokenName()
The name of the GitHub account connection that was deleted.
public DeleteGitHubAccountTokenResult withTokenName(String tokenName)
The name of the GitHub account connection that was deleted.
tokenName
- The name of the GitHub account connection that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteGitHubAccountTokenResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.