LeadCustomer

Contains detailed information about the customer associated with the lead, including company details, industry classification, and AWS maturity level. This information helps qualify and categorize the lead for appropriate engagement strategies.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that contains an Address object's subset of fields.

Link copied to clipboard

Indicates the customer's level of experience and adoption with AWS services. This assessment helps determine the appropriate engagement approach and solution complexity.

Link copied to clipboard

The name of the lead customer's company. This field is essential for identifying and tracking the customer organization associated with the lead.

Link copied to clipboard

Specifies the industry sector to which the lead customer's company belongs. This categorization helps in understanding the customer's business context and tailoring appropriate solutions.

Link copied to clipboard

Specifies the market segment classification of the lead customer, such as enterprise, mid-market, or small business. This segmentation helps in targeting appropriate solutions and engagement strategies.

Link copied to clipboard

The website URL of the lead customer's company. This provides additional context about the customer organization and helps verify company legitimacy and size.

Functions

Link copied to clipboard
inline fun copy(block: LeadCustomer.Builder.() -> Unit = {}): LeadCustomer
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String