@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceIntrospectionModelField extends Object implements Serializable, Cloneable, StructuredPojo
Represents the fields that were retrieved from the introspected data.
Constructor and Description |
---|
DataSourceIntrospectionModelField() |
Modifier and Type | Method and Description |
---|---|
DataSourceIntrospectionModelField |
clone() |
boolean |
equals(Object obj) |
Long |
getLength()
The length value of the introspected field.
|
String |
getName()
The name of the field that was retrieved from the introspected data.
|
DataSourceIntrospectionModelFieldType |
getType()
The
DataSourceIntrospectionModelFieldType object data. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLength(Long length)
The length value of the introspected field.
|
void |
setName(String name)
The name of the field that was retrieved from the introspected data.
|
void |
setType(DataSourceIntrospectionModelFieldType type)
The
DataSourceIntrospectionModelFieldType object data. |
String |
toString()
Returns a string representation of this object.
|
DataSourceIntrospectionModelField |
withLength(Long length)
The length value of the introspected field.
|
DataSourceIntrospectionModelField |
withName(String name)
The name of the field that was retrieved from the introspected data.
|
DataSourceIntrospectionModelField |
withType(DataSourceIntrospectionModelFieldType type)
The
DataSourceIntrospectionModelFieldType object data. |
public void setName(String name)
The name of the field that was retrieved from the introspected data.
name
- The name of the field that was retrieved from the introspected data.public String getName()
The name of the field that was retrieved from the introspected data.
public DataSourceIntrospectionModelField withName(String name)
The name of the field that was retrieved from the introspected data.
name
- The name of the field that was retrieved from the introspected data.public void setType(DataSourceIntrospectionModelFieldType type)
The DataSourceIntrospectionModelFieldType
object data.
type
- The DataSourceIntrospectionModelFieldType
object data.public DataSourceIntrospectionModelFieldType getType()
The DataSourceIntrospectionModelFieldType
object data.
DataSourceIntrospectionModelFieldType
object data.public DataSourceIntrospectionModelField withType(DataSourceIntrospectionModelFieldType type)
The DataSourceIntrospectionModelFieldType
object data.
type
- The DataSourceIntrospectionModelFieldType
object data.public void setLength(Long length)
The length value of the introspected field.
length
- The length value of the introspected field.public Long getLength()
The length value of the introspected field.
public DataSourceIntrospectionModelField withLength(Long length)
The length value of the introspected field.
length
- The length value of the introspected field.public String toString()
toString
in class Object
Object.toString()
public DataSourceIntrospectionModelField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.