@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceFieldProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that can be applied to a field when the connector is being used as a source.
Constructor and Description |
---|
SourceFieldProperties() |
Modifier and Type | Method and Description |
---|---|
SourceFieldProperties |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsQueryable()
Indicates if the field can be queried.
|
Boolean |
getIsRetrievable()
Indicates whether the field can be returned in a search result.
|
int |
hashCode() |
Boolean |
isQueryable()
Indicates if the field can be queried.
|
Boolean |
isRetrievable()
Indicates whether the field can be returned in a search result.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIsQueryable(Boolean isQueryable)
Indicates if the field can be queried.
|
void |
setIsRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
|
String |
toString()
Returns a string representation of this object.
|
SourceFieldProperties |
withIsQueryable(Boolean isQueryable)
Indicates if the field can be queried.
|
SourceFieldProperties |
withIsRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
|
public void setIsRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
isRetrievable
- Indicates whether the field can be returned in a search result.public Boolean getIsRetrievable()
Indicates whether the field can be returned in a search result.
public SourceFieldProperties withIsRetrievable(Boolean isRetrievable)
Indicates whether the field can be returned in a search result.
isRetrievable
- Indicates whether the field can be returned in a search result.public Boolean isRetrievable()
Indicates whether the field can be returned in a search result.
public void setIsQueryable(Boolean isQueryable)
Indicates if the field can be queried.
isQueryable
- Indicates if the field can be queried.public Boolean getIsQueryable()
Indicates if the field can be queried.
public SourceFieldProperties withIsQueryable(Boolean isQueryable)
Indicates if the field can be queried.
isQueryable
- Indicates if the field can be queried.public Boolean isQueryable()
Indicates if the field can be queried.
public String toString()
toString
in class Object
Object.toString()
public SourceFieldProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.