Class ExpectedCustomerSpend
- java.lang.Object
-
- software.amazon.awssdk.services.partnercentralselling.model.ExpectedCustomerSpend
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExpectedCustomerSpend.Builder,ExpectedCustomerSpend>
@Generated("software.amazon.awssdk:codegen") public final class ExpectedCustomerSpend extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExpectedCustomerSpend.Builder,ExpectedCustomerSpend>
Provides an estimate of the revenue that the partner is expected to generate from the opportunity. This information helps partners assess the financial value of the project.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExpectedCustomerSpend.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringamount()Represents the estimated monthly revenue that the partner expects to earn from the opportunity.static ExpectedCustomerSpend.Builderbuilder()ExpectedCustomerSpendCurrencyCodeEnumcurrencyCode()Indicates the currency in which the revenue estimate is provided.StringcurrencyCodeAsString()Indicates the currency in which the revenue estimate is provided.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringestimationUrl()A URL providing additional information or context about the spend estimation.PaymentFrequencyfrequency()Indicates how frequently the customer is expected to spend the projected amount.StringfrequencyAsString()Indicates how frequently the customer is expected to spend the projected amount.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExpectedCustomerSpend.Builder>serializableBuilderClass()StringtargetCompany()Specifies the name of the partner company that is expected to generate revenue from the opportunity.ExpectedCustomerSpend.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
amount
public final String amount()
Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.
- Returns:
- Represents the estimated monthly revenue that the partner expects to earn from the opportunity. This helps in forecasting financial returns.
-
currencyCode
public final ExpectedCustomerSpendCurrencyCodeEnum currencyCode()
Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
If the service returns an enum value that is not available in the current SDK version,
currencyCodewill returnExpectedCustomerSpendCurrencyCodeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrencyCodeAsString().- Returns:
- Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
- See Also:
ExpectedCustomerSpendCurrencyCodeEnum
-
currencyCodeAsString
public final String currencyCodeAsString()
Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
If the service returns an enum value that is not available in the current SDK version,
currencyCodewill returnExpectedCustomerSpendCurrencyCodeEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcurrencyCodeAsString().- Returns:
- Indicates the currency in which the revenue estimate is provided. This helps in understanding the financial impact across different markets.
- See Also:
ExpectedCustomerSpendCurrencyCodeEnum
-
estimationUrl
public final String estimationUrl()
A URL providing additional information or context about the spend estimation.
- Returns:
- A URL providing additional information or context about the spend estimation.
-
frequency
public final PaymentFrequency frequency()
Indicates how frequently the customer is expected to spend the projected amount. This can include values such as
Monthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend.If the service returns an enum value that is not available in the current SDK version,
frequencywill returnPaymentFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfrequencyAsString().- Returns:
- Indicates how frequently the customer is expected to spend the projected amount. This can include values
such as
Monthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend. - See Also:
PaymentFrequency
-
frequencyAsString
public final String frequencyAsString()
Indicates how frequently the customer is expected to spend the projected amount. This can include values such as
Monthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend.If the service returns an enum value that is not available in the current SDK version,
frequencywill returnPaymentFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfrequencyAsString().- Returns:
- Indicates how frequently the customer is expected to spend the projected amount. This can include values
such as
Monthly,Quarterly, orAnnually. The default value isMonthly, representing recurring monthly spend. - See Also:
PaymentFrequency
-
targetCompany
public final String targetCompany()
Specifies the name of the partner company that is expected to generate revenue from the opportunity. This field helps track the partner’s involvement in the opportunity.
- Returns:
- Specifies the name of the partner company that is expected to generate revenue from the opportunity. This field helps track the partner’s involvement in the opportunity.
-
toBuilder
public ExpectedCustomerSpend.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExpectedCustomerSpend.Builder,ExpectedCustomerSpend>
-
builder
public static ExpectedCustomerSpend.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExpectedCustomerSpend.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-