Class GetAwsOpportunitySummaryResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse
-
- software.amazon.awssdk.services.partnercentralselling.model.GetAwsOpportunitySummaryResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetAwsOpportunitySummaryResponse.Builder,GetAwsOpportunitySummaryResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetAwsOpportunitySummaryResponse extends PartnerCentralSellingResponse implements ToCopyableBuilder<GetAwsOpportunitySummaryResponse.Builder,GetAwsOpportunitySummaryResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetAwsOpportunitySummaryResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAwsOpportunitySummaryResponse.Builderbuilder()Stringcatalog()Specifies the catalog in which the AWS Opportunity exists.AwsOpportunityCustomercustomer()Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasOpportunityTeam()For responses, this returns true if the service returned a value for the OpportunityTeam property.AwsOpportunityInsightsinsights()Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.SalesInvolvementTypeinvolvementType()Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.StringinvolvementTypeAsString()Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support.InvolvementTypeChangeReasoninvolvementTypeChangeReason()Provides a reason for any changes in the involvement type of AWS in the opportunity.StringinvolvementTypeChangeReasonAsString()Provides a reason for any changes in the involvement type of AWS in the opportunity.AwsOpportunityLifeCyclelifeCycle()Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date.List<AwsTeamMember>opportunityTeam()Details the AWS opportunity team, including members involved.OpportunityOriginorigin()Specifies whether the AWS Opportunity originated from AWS or the partner.StringoriginAsString()Specifies whether the AWS Opportunity originated from AWS or the partner.AwsOpportunityProjectproject()Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope.AwsOpportunityRelatedEntitiesrelatedEntityIds()Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity.StringrelatedOpportunityId()Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetAwsOpportunitySummaryResponse.Builder>serializableBuilderClass()GetAwsOpportunitySummaryResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.Visibilityvisibility()Defines the visibility level for the AWS Opportunity.StringvisibilityAsString()Defines the visibility level for the AWS Opportunity.-
Methods inherited from class software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
catalog
public final String catalog()
Specifies the catalog in which the AWS Opportunity exists. This is the environment (e.g.,
AWSorSandbox) where the opportunity is being managed.- Returns:
- Specifies the catalog in which the AWS Opportunity exists. This is the environment (e.g.,
AWSorSandbox) where the opportunity is being managed.
-
customer
public final AwsOpportunityCustomer customer()
Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data. These details help partners understand the business context of the opportunity.
- Returns:
- Provides details about the customer associated with the AWS Opportunity, including account information, industry, and other customer data. These details help partners understand the business context of the opportunity.
-
insights
public final AwsOpportunityInsights insights()
Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.
- Returns:
- Provides insights into the AWS Opportunity, including engagement score and recommended actions that AWS suggests for the partner.
-
involvementType
public final SalesInvolvementType involvementType()
Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
If the service returns an enum value that is not available in the current SDK version,
involvementTypewill returnSalesInvolvementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvolvementTypeAsString().- Returns:
- Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
- See Also:
SalesInvolvementType
-
involvementTypeAsString
public final String involvementTypeAsString()
Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
If the service returns an enum value that is not available in the current SDK version,
involvementTypewill returnSalesInvolvementType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvolvementTypeAsString().- Returns:
- Specifies the type of involvement AWS has in the opportunity, such as direct cosell or advisory support. This field helps partners understand the role AWS plays in advancing the opportunity.
- See Also:
SalesInvolvementType
-
involvementTypeChangeReason
public final InvolvementTypeChangeReason involvementTypeChangeReason()
Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used to track why the level of AWS engagement has changed from
For Visibility OnlytoCo-selloffering transparency into the partnership dynamics.If the service returns an enum value that is not available in the current SDK version,
involvementTypeChangeReasonwill returnInvolvementTypeChangeReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvolvementTypeChangeReasonAsString().- Returns:
- Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used
to track why the level of AWS engagement has changed from
For Visibility OnlytoCo-selloffering transparency into the partnership dynamics. - See Also:
InvolvementTypeChangeReason
-
involvementTypeChangeReasonAsString
public final String involvementTypeChangeReasonAsString()
Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used to track why the level of AWS engagement has changed from
For Visibility OnlytoCo-selloffering transparency into the partnership dynamics.If the service returns an enum value that is not available in the current SDK version,
involvementTypeChangeReasonwill returnInvolvementTypeChangeReason.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvolvementTypeChangeReasonAsString().- Returns:
- Provides a reason for any changes in the involvement type of AWS in the opportunity. This field is used
to track why the level of AWS engagement has changed from
For Visibility OnlytoCo-selloffering transparency into the partnership dynamics. - See Also:
InvolvementTypeChangeReason
-
lifeCycle
public final AwsOpportunityLifeCycle lifeCycle()
Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date. This field is crucial for partners to monitor the progression of the opportunity.
- Returns:
- Contains lifecycle information for the AWS Opportunity, including review status, stage, and target close date. This field is crucial for partners to monitor the progression of the opportunity.
-
hasOpportunityTeam
public final boolean hasOpportunityTeam()
For responses, this returns true if the service returned a value for the OpportunityTeam property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
opportunityTeam
public final List<AwsTeamMember> opportunityTeam()
Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOpportunityTeam()method.- Returns:
- Details the AWS opportunity team, including members involved. This information helps partners know who from AWS is engaged and what their role is.
-
origin
public final OpportunityOrigin origin()
Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
If the service returns an enum value that is not available in the current SDK version,
originwill returnOpportunityOrigin.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginAsString().- Returns:
- Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
- See Also:
OpportunityOrigin
-
originAsString
public final String originAsString()
Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
If the service returns an enum value that is not available in the current SDK version,
originwill returnOpportunityOrigin.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginAsString().- Returns:
- Specifies whether the AWS Opportunity originated from AWS or the partner. This helps distinguish between opportunities that were sourced by AWS and those referred by the partner.
- See Also:
OpportunityOrigin
-
project
public final AwsOpportunityProject project()
Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope. This information is crucial for understanding the broader context of the opportunity.
- Returns:
- Provides details about the project associated with the AWS Opportunity, including the customer’s business problem, expected outcomes, and project scope. This information is crucial for understanding the broader context of the opportunity.
-
relatedEntityIds
public final AwsOpportunityRelatedEntities relatedEntityIds()
Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity. These identifiers provide additional context and help partners understand which AWS services are involved.
- Returns:
- Lists related entity identifiers, such as AWS products or partner solutions, associated with the AWS Opportunity. These identifiers provide additional context and help partners understand which AWS services are involved.
-
relatedOpportunityId
public final String relatedOpportunityId()
Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.
- Returns:
- Provides the unique identifier of the related partner opportunity, allowing partners to link the AWS Opportunity to their corresponding opportunity in their CRM system.
-
visibility
public final Visibility visibility()
Defines the visibility level for the AWS Opportunity. Use
Fullvisibility for most cases, whileLimitedvisibility is reserved for special programs or sensitive opportunities.If the service returns an enum value that is not available in the current SDK version,
visibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisibilityAsString().- Returns:
- Defines the visibility level for the AWS Opportunity. Use
Fullvisibility for most cases, whileLimitedvisibility is reserved for special programs or sensitive opportunities. - See Also:
Visibility
-
visibilityAsString
public final String visibilityAsString()
Defines the visibility level for the AWS Opportunity. Use
Fullvisibility for most cases, whileLimitedvisibility is reserved for special programs or sensitive opportunities.If the service returns an enum value that is not available in the current SDK version,
visibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisibilityAsString().- Returns:
- Defines the visibility level for the AWS Opportunity. Use
Fullvisibility for most cases, whileLimitedvisibility is reserved for special programs or sensitive opportunities. - See Also:
Visibility
-
toBuilder
public GetAwsOpportunitySummaryResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAwsOpportunitySummaryResponse.Builder,GetAwsOpportunitySummaryResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetAwsOpportunitySummaryResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetAwsOpportunitySummaryResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-