@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChangeRequest extends Object implements Serializable, Cloneable, StructuredPojo
A list of change request objects.
Constructor and Description |
---|
ChangeRequest() |
Modifier and Type | Method and Description |
---|---|
ChangeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChangeType()
Defines the type of change request.
|
String |
getDbPath()
Defines the path within the database directory.
|
String |
getS3Path()
Defines the S3 path of the source file that is required to add or update files in a database.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChangeType(String changeType)
Defines the type of change request.
|
void |
setDbPath(String dbPath)
Defines the path within the database directory.
|
void |
setS3Path(String s3Path)
Defines the S3 path of the source file that is required to add or update files in a database.
|
String |
toString()
Returns a string representation of this object.
|
ChangeRequest |
withChangeType(ChangeType changeType)
Defines the type of change request.
|
ChangeRequest |
withChangeType(String changeType)
Defines the type of change request.
|
ChangeRequest |
withDbPath(String dbPath)
Defines the path within the database directory.
|
ChangeRequest |
withS3Path(String s3Path)
Defines the S3 path of the source file that is required to add or update files in a database.
|
public void setChangeType(String changeType)
Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
changeType
- Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
ChangeType
public String getChangeType()
Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
ChangeType
public ChangeRequest withChangeType(String changeType)
Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
changeType
- Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
ChangeType
public ChangeRequest withChangeType(ChangeType changeType)
Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
changeType
- Defines the type of change request. A changeType
can have the following values:
PUT – Adds or updates files in a database.
DELETE – Deletes files in a database.
ChangeType
public void setS3Path(String s3Path)
Defines the S3 path of the source file that is required to add or update files in a database.
s3Path
- Defines the S3 path of the source file that is required to add or update files in a database.public String getS3Path()
Defines the S3 path of the source file that is required to add or update files in a database.
public ChangeRequest withS3Path(String s3Path)
Defines the S3 path of the source file that is required to add or update files in a database.
s3Path
- Defines the S3 path of the source file that is required to add or update files in a database.public void setDbPath(String dbPath)
Defines the path within the database directory.
dbPath
- Defines the path within the database directory.public String getDbPath()
Defines the path within the database directory.
public ChangeRequest withDbPath(String dbPath)
Defines the path within the database directory.
dbPath
- Defines the path within the database directory.public String toString()
toString
in class Object
Object.toString()
public ChangeRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.