@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AuthenticationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information to connect to websites that require user authentication.
Constructor and Description |
---|
AuthenticationConfiguration() |
Modifier and Type | Method and Description |
---|---|
AuthenticationConfiguration |
clone() |
boolean |
equals(Object obj) |
List<BasicAuthenticationConfiguration> |
getBasicAuthentication()
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBasicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
String |
toString()
Returns a string representation of this object.
|
AuthenticationConfiguration |
withBasicAuthentication(BasicAuthenticationConfiguration... basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
AuthenticationConfiguration |
withBasicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
|
public List<BasicAuthenticationConfiguration> getBasicAuthentication()
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
The list includes the name and port number of the website host.
The list includes the name and port number of the website host.
public void setBasicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
The list includes the name and port number of the website host.
basicAuthentication
- The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
The list includes the name and port number of the website host.
public AuthenticationConfiguration withBasicAuthentication(BasicAuthenticationConfiguration... basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
The list includes the name and port number of the website host.
NOTE: This method appends the values to the existing list (if any). Use
setBasicAuthentication(java.util.Collection)
or withBasicAuthentication(java.util.Collection)
if you want to override the existing values.
basicAuthentication
- The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
The list includes the name and port number of the website host.
public AuthenticationConfiguration withBasicAuthentication(Collection<BasicAuthenticationConfiguration> basicAuthentication)
The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
The list includes the name and port number of the website host.
basicAuthentication
- The list of configuration information that's required to connect to and crawl a website host using basic
authentication credentials.
The list includes the name and port number of the website host.
public String toString()
toString
in class Object
Object.toString()
public AuthenticationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.