public final class PropertiesImpl extends Object implements Properties
Constructor and Description |
---|
PropertiesImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKeyId() |
int |
getDefaultLocation() |
String |
getHost() |
String |
getSecretAccessKey() |
void |
setAccessKeyId(String accessKeyId) |
void |
setDefaultLocation(String defaultLocation) |
void |
setHost(String host) |
void |
setSecretAccessKey(String secretAccessKey) |
String |
toString() |
Struct |
toStruct() |
public PropertiesImpl()
public Struct toStruct()
toStruct
in interface Properties
public String getAccessKeyId()
getAccessKeyId
in interface Properties
public String getHost()
getHost
in interface Properties
public int getDefaultLocation()
getDefaultLocation
in interface Properties
public void setDefaultLocation(String defaultLocation)
defaultLocation
- the defaultLocation to setpublic void setAccessKeyId(String accessKeyId)
accessKeyId
- the accessKeyId to setpublic String getSecretAccessKey()
getSecretAccessKey
in interface Properties
public void setSecretAccessKey(String secretAccessKey)
secretAccessKey
- the secretAccessKey to setCopyright © 2015 Lucee