@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartGeneratedCodeJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartGeneratedCodeJobResult() |
Modifier and Type | Method and Description |
---|---|
StartGeneratedCodeJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getGeneratedCodeJobId()
The identifier of the code generation job.
|
int |
hashCode() |
void |
setGeneratedCodeJobId(String generatedCodeJobId)
The identifier of the code generation job.
|
String |
toString()
Returns a string representation of this object.
|
StartGeneratedCodeJobResult |
withGeneratedCodeJobId(String generatedCodeJobId)
The identifier of the code generation job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setGeneratedCodeJobId(String generatedCodeJobId)
The identifier of the code generation job. You can use this identifier in the GetGeneratedCodeJob
operation.
generatedCodeJobId
- The identifier of the code generation job. You can use this identifier in the
GetGeneratedCodeJob
operation.public String getGeneratedCodeJobId()
The identifier of the code generation job. You can use this identifier in the GetGeneratedCodeJob
operation.
GetGeneratedCodeJob
operation.public StartGeneratedCodeJobResult withGeneratedCodeJobId(String generatedCodeJobId)
The identifier of the code generation job. You can use this identifier in the GetGeneratedCodeJob
operation.
generatedCodeJobId
- The identifier of the code generation job. You can use this identifier in the
GetGeneratedCodeJob
operation.public String toString()
toString
in class Object
Object.toString()
public StartGeneratedCodeJobResult clone()