@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the data source.
|
String |
getCreationStatus()
The status of creating the data source.
|
String |
getDataSourceId()
The ID of the data source.
|
String |
getRequestId()
The AWS request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
void |
setCreationStatus(String creationStatus)
The status of creating the data source.
|
void |
setDataSourceId(String dataSourceId)
The ID of the data source.
|
void |
setRequestId(String requestId)
The AWS request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataSourceResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
CreateDataSourceResult |
withCreationStatus(ResourceStatus creationStatus)
The status of creating the data source.
|
CreateDataSourceResult |
withCreationStatus(String creationStatus)
The status of creating the data source.
|
CreateDataSourceResult |
withDataSourceId(String dataSourceId)
The ID of the data source.
|
CreateDataSourceResult |
withRequestId(String requestId)
The AWS request ID for this operation.
|
CreateDataSourceResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the data source.
arn
- The Amazon Resource Name (ARN) of the data source.public String getArn()
The Amazon Resource Name (ARN) of the data source.
public CreateDataSourceResult withArn(String arn)
The Amazon Resource Name (ARN) of the data source.
arn
- The Amazon Resource Name (ARN) of the data source.public void setDataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per AWS Region for each AWS account.
dataSourceId
- The ID of the data source. This ID is unique per AWS Region for each AWS account.public String getDataSourceId()
The ID of the data source. This ID is unique per AWS Region for each AWS account.
public CreateDataSourceResult withDataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per AWS Region for each AWS account.
dataSourceId
- The ID of the data source. This ID is unique per AWS Region for each AWS account.public void setCreationStatus(String creationStatus)
The status of creating the data source.
creationStatus
- The status of creating the data source.ResourceStatus
public String getCreationStatus()
The status of creating the data source.
ResourceStatus
public CreateDataSourceResult withCreationStatus(String creationStatus)
The status of creating the data source.
creationStatus
- The status of creating the data source.ResourceStatus
public CreateDataSourceResult withCreationStatus(ResourceStatus creationStatus)
The status of creating the data source.
creationStatus
- The status of creating the data source.ResourceStatus
public void setRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public String getRequestId()
The AWS request ID for this operation.
public CreateDataSourceResult withRequestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public CreateDataSourceResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public CreateDataSourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.