@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Import extends Object implements Serializable, Cloneable, StructuredPojo
The details of the import of the metadata form type.
Constructor and Description |
---|
Import() |
Modifier and Type | Method and Description |
---|---|
Import |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the import.
|
String |
getRevision()
The revision of the import.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the import.
|
void |
setRevision(String revision)
The revision of the import.
|
String |
toString()
Returns a string representation of this object.
|
Import |
withName(String name)
The name of the import.
|
Import |
withRevision(String revision)
The revision of the import.
|
public void setName(String name)
The name of the import.
name
- The name of the import.public String getName()
The name of the import.
public Import withName(String name)
The name of the import.
name
- The name of the import.public void setRevision(String revision)
The revision of the import.
revision
- The revision of the import.public String getRevision()
The revision of the import.
public Import withRevision(String revision)
The revision of the import.
revision
- The revision of the import.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.