@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateChangesetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateChangesetResult() |
Modifier and Type | Method and Description |
---|---|
CreateChangesetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangesetId()
The unique identifier of the Changeset that is created.
|
String |
getDatasetId()
The unique identifier for the FinSpace Dataset where the Changeset is created.
|
int |
hashCode() |
void |
setChangesetId(String changesetId)
The unique identifier of the Changeset that is created.
|
void |
setDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset where the Changeset is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateChangesetResult |
withChangesetId(String changesetId)
The unique identifier of the Changeset that is created.
|
CreateChangesetResult |
withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset where the Changeset is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset where the Changeset is created.
datasetId
- The unique identifier for the FinSpace Dataset where the Changeset is created.public String getDatasetId()
The unique identifier for the FinSpace Dataset where the Changeset is created.
public CreateChangesetResult withDatasetId(String datasetId)
The unique identifier for the FinSpace Dataset where the Changeset is created.
datasetId
- The unique identifier for the FinSpace Dataset where the Changeset is created.public void setChangesetId(String changesetId)
The unique identifier of the Changeset that is created.
changesetId
- The unique identifier of the Changeset that is created.public String getChangesetId()
The unique identifier of the Changeset that is created.
public CreateChangesetResult withChangesetId(String changesetId)
The unique identifier of the Changeset that is created.
changesetId
- The unique identifier of the Changeset that is created.public String toString()
toString
in class Object
Object.toString()
public CreateChangesetResult clone()