@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExternalDataViewAccessDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetExternalDataViewAccessDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetExternalDataViewAccessDetailsResult |
clone() |
boolean |
equals(Object obj) |
AwsCredentials |
getCredentials()
The credentials required to access the external Dataview from the S3 location.
|
S3Location |
getS3Location()
The location where the external Dataview is stored.
|
int |
hashCode() |
void |
setCredentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
|
void |
setS3Location(S3Location s3Location)
The location where the external Dataview is stored.
|
String |
toString()
Returns a string representation of this object.
|
GetExternalDataViewAccessDetailsResult |
withCredentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
|
GetExternalDataViewAccessDetailsResult |
withS3Location(S3Location s3Location)
The location where the external Dataview is stored.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetExternalDataViewAccessDetailsResult()
public void setCredentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
credentials
- The credentials required to access the external Dataview from the S3 location.public AwsCredentials getCredentials()
The credentials required to access the external Dataview from the S3 location.
public GetExternalDataViewAccessDetailsResult withCredentials(AwsCredentials credentials)
The credentials required to access the external Dataview from the S3 location.
credentials
- The credentials required to access the external Dataview from the S3 location.public void setS3Location(S3Location s3Location)
The location where the external Dataview is stored.
s3Location
- The location where the external Dataview is stored.public S3Location getS3Location()
The location where the external Dataview is stored.
public GetExternalDataViewAccessDetailsResult withS3Location(S3Location s3Location)
The location where the external Dataview is stored.
s3Location
- The location where the external Dataview is stored.public String toString()
toString
in class Object
Object.toString()
public GetExternalDataViewAccessDetailsResult clone()