pub struct PutPortfolioPreferences { /* private fields */ }Expand description
Fluent builder constructing a request to PutPortfolioPreferences.
Saves the specified migration and modernization preferences.
Implementations
sourceimpl PutPortfolioPreferences
impl PutPortfolioPreferences
sourcepub async fn send(
self
) -> Result<PutPortfolioPreferencesOutput, SdkError<PutPortfolioPreferencesError>>
pub async fn send(
self
) -> Result<PutPortfolioPreferencesOutput, SdkError<PutPortfolioPreferencesError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn prioritize_business_goals(self, input: PrioritizeBusinessGoals) -> Self
pub fn prioritize_business_goals(self, input: PrioritizeBusinessGoals) -> Self
The rank of the business goals based on priority.
sourcepub fn set_prioritize_business_goals(
self,
input: Option<PrioritizeBusinessGoals>
) -> Self
pub fn set_prioritize_business_goals(
self,
input: Option<PrioritizeBusinessGoals>
) -> Self
The rank of the business goals based on priority.
sourcepub fn application_preferences(self, input: ApplicationPreferences) -> Self
pub fn application_preferences(self, input: ApplicationPreferences) -> Self
The transformation preferences for non-database applications.
sourcepub fn set_application_preferences(
self,
input: Option<ApplicationPreferences>
) -> Self
pub fn set_application_preferences(
self,
input: Option<ApplicationPreferences>
) -> Self
The transformation preferences for non-database applications.
sourcepub fn database_preferences(self, input: DatabasePreferences) -> Self
pub fn database_preferences(self, input: DatabasePreferences) -> Self
The transformation preferences for database applications.
sourcepub fn set_database_preferences(
self,
input: Option<DatabasePreferences>
) -> Self
pub fn set_database_preferences(
self,
input: Option<DatabasePreferences>
) -> Self
The transformation preferences for database applications.
Trait Implementations
sourceimpl Clone for PutPortfolioPreferences
impl Clone for PutPortfolioPreferences
sourcefn clone(&self) -> PutPortfolioPreferences
fn clone(&self) -> PutPortfolioPreferences
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !RefUnwindSafe for PutPortfolioPreferences
impl Send for PutPortfolioPreferences
impl Sync for PutPortfolioPreferences
impl Unpin for PutPortfolioPreferences
impl !UnwindSafe for PutPortfolioPreferences
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more