@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutCodeBindingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutCodeBindingResult() |
Modifier and Type | Method and Description |
---|---|
PutCodeBindingResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The time and date that the code binding was created.
|
Date |
getLastModified()
The date and time that code bindings were modified.
|
String |
getSchemaVersion()
The version number of the schema.
|
String |
getStatus()
The current status of code binding generation.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The time and date that the code binding was created.
|
void |
setLastModified(Date lastModified)
The date and time that code bindings were modified.
|
void |
setSchemaVersion(String schemaVersion)
The version number of the schema.
|
void |
setStatus(String status)
The current status of code binding generation.
|
String |
toString()
Returns a string representation of this object.
|
PutCodeBindingResult |
withCreationDate(Date creationDate)
The time and date that the code binding was created.
|
PutCodeBindingResult |
withLastModified(Date lastModified)
The date and time that code bindings were modified.
|
PutCodeBindingResult |
withSchemaVersion(String schemaVersion)
The version number of the schema.
|
PutCodeBindingResult |
withStatus(CodeGenerationStatus status)
The current status of code binding generation.
|
PutCodeBindingResult |
withStatus(String status)
The current status of code binding generation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreationDate(Date creationDate)
The time and date that the code binding was created.
creationDate
- The time and date that the code binding was created.public Date getCreationDate()
The time and date that the code binding was created.
public PutCodeBindingResult withCreationDate(Date creationDate)
The time and date that the code binding was created.
creationDate
- The time and date that the code binding was created.public void setLastModified(Date lastModified)
The date and time that code bindings were modified.
lastModified
- The date and time that code bindings were modified.public Date getLastModified()
The date and time that code bindings were modified.
public PutCodeBindingResult withLastModified(Date lastModified)
The date and time that code bindings were modified.
lastModified
- The date and time that code bindings were modified.public void setSchemaVersion(String schemaVersion)
The version number of the schema.
schemaVersion
- The version number of the schema.public String getSchemaVersion()
The version number of the schema.
public PutCodeBindingResult withSchemaVersion(String schemaVersion)
The version number of the schema.
schemaVersion
- The version number of the schema.public void setStatus(String status)
The current status of code binding generation.
status
- The current status of code binding generation.CodeGenerationStatus
public String getStatus()
The current status of code binding generation.
CodeGenerationStatus
public PutCodeBindingResult withStatus(String status)
The current status of code binding generation.
status
- The current status of code binding generation.CodeGenerationStatus
public PutCodeBindingResult withStatus(CodeGenerationStatus status)
The current status of code binding generation.
status
- The current status of code binding generation.CodeGenerationStatus
public String toString()
toString
in class Object
Object.toString()
public PutCodeBindingResult clone()