@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperienceEndpoint extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information for the endpoint for your Amazon Kendra experience.
| Constructor and Description |
|---|
ExperienceEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
ExperienceEndpoint |
clone() |
boolean |
equals(Object obj) |
String |
getEndpoint()
The endpoint of your Amazon Kendra experience.
|
String |
getEndpointType()
The type of endpoint for your Amazon Kendra experience.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndpoint(String endpoint)
The endpoint of your Amazon Kendra experience.
|
void |
setEndpointType(String endpointType)
The type of endpoint for your Amazon Kendra experience.
|
String |
toString()
Returns a string representation of this object.
|
ExperienceEndpoint |
withEndpoint(String endpoint)
The endpoint of your Amazon Kendra experience.
|
ExperienceEndpoint |
withEndpointType(EndpointType endpointType)
The type of endpoint for your Amazon Kendra experience.
|
ExperienceEndpoint |
withEndpointType(String endpointType)
The type of endpoint for your Amazon Kendra experience.
|
public void setEndpointType(String endpointType)
The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which
is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
endpointType - The type of endpoint for your Amazon Kendra experience. The type currently available is HOME,
which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.EndpointTypepublic String getEndpointType()
The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which
is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
HOME
, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.EndpointTypepublic ExperienceEndpoint withEndpointType(String endpointType)
The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which
is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
endpointType - The type of endpoint for your Amazon Kendra experience. The type currently available is HOME,
which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.EndpointTypepublic ExperienceEndpoint withEndpointType(EndpointType endpointType)
The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which
is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
endpointType - The type of endpoint for your Amazon Kendra experience. The type currently available is HOME,
which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.EndpointTypepublic void setEndpoint(String endpoint)
The endpoint of your Amazon Kendra experience.
endpoint - The endpoint of your Amazon Kendra experience.public String getEndpoint()
The endpoint of your Amazon Kendra experience.
public ExperienceEndpoint withEndpoint(String endpoint)
The endpoint of your Amazon Kendra experience.
endpoint - The endpoint of your Amazon Kendra experience.public String toString()
toString in class ObjectObject.toString()public ExperienceEndpoint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.