@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSchemaExtensionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSchemaExtensionResult() |
Modifier and Type | Method and Description |
---|---|
StartSchemaExtensionResult |
clone() |
boolean |
equals(Object obj) |
String |
getSchemaExtensionId()
The identifier of the schema extension that will be applied.
|
int |
hashCode() |
void |
setSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be applied.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartSchemaExtensionResult |
withSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be applied.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be applied.
schemaExtensionId
- The identifier of the schema extension that will be applied.public String getSchemaExtensionId()
The identifier of the schema extension that will be applied.
public StartSchemaExtensionResult withSchemaExtensionId(String schemaExtensionId)
The identifier of the schema extension that will be applied.
schemaExtensionId
- The identifier of the schema extension that will be applied.public String toString()
toString
in class Object
Object.toString()
public StartSchemaExtensionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.