GetSavingsPlansPurchaseRecommendationResponse class
Constructors
- GetSavingsPlansPurchaseRecommendationResponse({SavingsPlansPurchaseRecommendationMetadata? metadata, String? nextPageToken, SavingsPlansPurchaseRecommendation? savingsPlansPurchaseRecommendation})
-
GetSavingsPlansPurchaseRecommendationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → SavingsPlansPurchaseRecommendationMetadata?
-
Information regarding this specific recommendation set.
final
- nextPageToken → String?
-
The token for the next set of retrievable results. AWS provides the token
when the response from a previous call has more results than the maximum
page size.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- savingsPlansPurchaseRecommendation → SavingsPlansPurchaseRecommendation?
-
Contains your request parameters, Savings Plan Recommendations Summary, and
Details.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited