Struct aws_sdk_waf::operation::create_geo_match_set::builders::CreateGeoMatchSetOutputBuilder
source · #[non_exhaustive]pub struct CreateGeoMatchSetOutputBuilder { /* private fields */ }Expand description
A builder for CreateGeoMatchSetOutput.
Implementations§
source§impl CreateGeoMatchSetOutputBuilder
impl CreateGeoMatchSetOutputBuilder
sourcepub fn geo_match_set(self, input: GeoMatchSet) -> Self
pub fn geo_match_set(self, input: GeoMatchSet) -> Self
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet contains no GeoMatchConstraints.
sourcepub fn set_geo_match_set(self, input: Option<GeoMatchSet>) -> Self
pub fn set_geo_match_set(self, input: Option<GeoMatchSet>) -> Self
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet contains no GeoMatchConstraints.
sourcepub fn get_geo_match_set(&self) -> &Option<GeoMatchSet>
pub fn get_geo_match_set(&self) -> &Option<GeoMatchSet>
The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet contains no GeoMatchConstraints.
sourcepub fn change_token(self, input: impl Into<String>) -> Self
pub fn change_token(self, input: impl Into<String>) -> Self
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
sourcepub fn set_change_token(self, input: Option<String>) -> Self
pub fn set_change_token(self, input: Option<String>) -> Self
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
sourcepub fn get_change_token(&self) -> &Option<String>
pub fn get_change_token(&self) -> &Option<String>
The ChangeToken that you used to submit the CreateGeoMatchSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
sourcepub fn build(self) -> CreateGeoMatchSetOutput
pub fn build(self) -> CreateGeoMatchSetOutput
Consumes the builder and constructs a CreateGeoMatchSetOutput.
Trait Implementations§
source§impl Clone for CreateGeoMatchSetOutputBuilder
impl Clone for CreateGeoMatchSetOutputBuilder
source§fn clone(&self) -> CreateGeoMatchSetOutputBuilder
fn clone(&self) -> CreateGeoMatchSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateGeoMatchSetOutputBuilder
impl Default for CreateGeoMatchSetOutputBuilder
source§fn default() -> CreateGeoMatchSetOutputBuilder
fn default() -> CreateGeoMatchSetOutputBuilder
source§impl PartialEq for CreateGeoMatchSetOutputBuilder
impl PartialEq for CreateGeoMatchSetOutputBuilder
source§fn eq(&self, other: &CreateGeoMatchSetOutputBuilder) -> bool
fn eq(&self, other: &CreateGeoMatchSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.