de.jw.cloud42.core.domain
Class AwsCredentials
java.lang.Object
de.jw.cloud42.core.domain.AutoIdObject
de.jw.cloud42.core.domain.AwsCredentials
public class AwsCredentials
- extends AutoIdObject
Holds AWS credentials: AWSAccessKeyId, SecretAccessKey, UserID
- Author:
- fbitzer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AwsCredentials
public AwsCredentials()
getAwsAccessKeyId
public java.lang.String getAwsAccessKeyId()
- Returns:
- the aWSAccessKeyId
setAwsAccessKeyId
public void setAwsAccessKeyId(java.lang.String accessKeyId)
- Parameters:
accessKeyId - the aWSAccessKeyId to set
getSecretAccessKey
public java.lang.String getSecretAccessKey()
- Returns:
- the secretAccessKey
setSecretAccessKey
public void setSecretAccessKey(java.lang.String secretAccessKey)
- Parameters:
secretAccessKey - the secretAccessKey to set
getUserID
public java.lang.String getUserID()
- Returns:
- the userID
setUserID
public void setUserID(java.lang.String userID)
- Parameters:
userID - the userID to set
Copyright © 2010 just works! Software. All Rights Reserved.