@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSourceCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteSourceCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSourceCredentialsResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the token.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the token.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSourceCredentialsResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the token.
arn
- The Amazon Resource Name (ARN) of the token.public String getArn()
The Amazon Resource Name (ARN) of the token.
public DeleteSourceCredentialsResult withArn(String arn)
The Amazon Resource Name (ARN) of the token.
arn
- The Amazon Resource Name (ARN) of the token.public String toString()
toString
in class Object
Object.toString()
public DeleteSourceCredentialsResult clone()