@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTemporaryGlueTableCredentialsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTemporaryGlueTableCredentialsResult() |
Modifier and Type | Method and Description |
---|---|
GetTemporaryGlueTableCredentialsResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccessKeyId()
The access key ID for the temporary credentials.
|
Date |
getExpiration()
The date and time when the temporary credentials expire.
|
String |
getSecretAccessKey()
The secret key for the temporary credentials.
|
String |
getSessionToken()
The session token for the temporary credentials.
|
List<String> |
getVendedS3Path()
The Amazon S3 path for the temporary credentials.
|
int |
hashCode() |
void |
setAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
|
void |
setExpiration(Date expiration)
The date and time when the temporary credentials expire.
|
void |
setSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
|
void |
setSessionToken(String sessionToken)
The session token for the temporary credentials.
|
void |
setVendedS3Path(Collection<String> vendedS3Path)
The Amazon S3 path for the temporary credentials.
|
String |
toString()
Returns a string representation of this object.
|
GetTemporaryGlueTableCredentialsResult |
withAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
|
GetTemporaryGlueTableCredentialsResult |
withExpiration(Date expiration)
The date and time when the temporary credentials expire.
|
GetTemporaryGlueTableCredentialsResult |
withSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
|
GetTemporaryGlueTableCredentialsResult |
withSessionToken(String sessionToken)
The session token for the temporary credentials.
|
GetTemporaryGlueTableCredentialsResult |
withVendedS3Path(Collection<String> vendedS3Path)
The Amazon S3 path for the temporary credentials.
|
GetTemporaryGlueTableCredentialsResult |
withVendedS3Path(String... vendedS3Path)
The Amazon S3 path for the temporary credentials.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetTemporaryGlueTableCredentialsResult()
public void setAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
accessKeyId
- The access key ID for the temporary credentials.public String getAccessKeyId()
The access key ID for the temporary credentials.
public GetTemporaryGlueTableCredentialsResult withAccessKeyId(String accessKeyId)
The access key ID for the temporary credentials.
accessKeyId
- The access key ID for the temporary credentials.public void setSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
secretAccessKey
- The secret key for the temporary credentials.public String getSecretAccessKey()
The secret key for the temporary credentials.
public GetTemporaryGlueTableCredentialsResult withSecretAccessKey(String secretAccessKey)
The secret key for the temporary credentials.
secretAccessKey
- The secret key for the temporary credentials.public void setSessionToken(String sessionToken)
The session token for the temporary credentials.
sessionToken
- The session token for the temporary credentials.public String getSessionToken()
The session token for the temporary credentials.
public GetTemporaryGlueTableCredentialsResult withSessionToken(String sessionToken)
The session token for the temporary credentials.
sessionToken
- The session token for the temporary credentials.public void setExpiration(Date expiration)
The date and time when the temporary credentials expire.
expiration
- The date and time when the temporary credentials expire.public Date getExpiration()
The date and time when the temporary credentials expire.
public GetTemporaryGlueTableCredentialsResult withExpiration(Date expiration)
The date and time when the temporary credentials expire.
expiration
- The date and time when the temporary credentials expire.public List<String> getVendedS3Path()
The Amazon S3 path for the temporary credentials.
public void setVendedS3Path(Collection<String> vendedS3Path)
The Amazon S3 path for the temporary credentials.
vendedS3Path
- The Amazon S3 path for the temporary credentials.public GetTemporaryGlueTableCredentialsResult withVendedS3Path(String... vendedS3Path)
The Amazon S3 path for the temporary credentials.
NOTE: This method appends the values to the existing list (if any). Use
setVendedS3Path(java.util.Collection)
or withVendedS3Path(java.util.Collection)
if you want to
override the existing values.
vendedS3Path
- The Amazon S3 path for the temporary credentials.public GetTemporaryGlueTableCredentialsResult withVendedS3Path(Collection<String> vendedS3Path)
The Amazon S3 path for the temporary credentials.
vendedS3Path
- The Amazon S3 path for the temporary credentials.public String toString()
toString
in class Object
Object.toString()
public GetTemporaryGlueTableCredentialsResult clone()
Copyright © 2024. All rights reserved.