public class AwsParamsDto extends Object
AwsParamsDto params = AwsParamsDto.builder().
httpProxyHost("httpProxyHost").httpProxyPort("httpProxyPort").build();
| Constructor and Description |
|---|
AwsParamsDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getAwsAccessKeyId() |
String |
getAwsSecretKey() |
String |
getHttpProxyHost() |
Integer |
getHttpProxyPort() |
String |
getSessionToken() |
int |
hashCode() |
void |
setAwsAccessKeyId(String awsAccessKeyId) |
void |
setAwsSecretKey(String awsSecretKey) |
void |
setHttpProxyHost(String httpProxyHost) |
void |
setHttpProxyPort(Integer httpProxyPort) |
void |
setSessionToken(String sessionToken) |
public String getAwsAccessKeyId()
public void setAwsAccessKeyId(String awsAccessKeyId)
public String getAwsSecretKey()
public String getSessionToken()
public void setSessionToken(String sessionToken)
public void setAwsSecretKey(String awsSecretKey)
public String getHttpProxyHost()
public void setHttpProxyHost(String httpProxyHost)
public Integer getHttpProxyPort()
public void setHttpProxyPort(Integer httpProxyPort)
Copyright © 2017. All rights reserved.