Class DefaultIamCondition
java.lang.Object
software.amazon.awssdk.policybuilder.iam.internal.DefaultIamCondition
- All Implemented Interfaces:
 IamCondition,ToCopyableBuilder<IamCondition.Builder,IamCondition> 
Default implementation of 
IamCondition.- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultIamCondition.Builderbuilder()booleaninthashCode()key()Retrieve the value set byIamCondition.Builder.key(IamConditionKey).operator()Retrieve the value set byIamCondition.Builder.operator(IamConditionOperator).Take this object and create a builder that contains all of the current property values of this object.toString()value()Retrieve the value set byIamCondition.Builder.value(String).Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
builder
 - 
operator
Description copied from interface:IamConditionRetrieve the value set byIamCondition.Builder.operator(IamConditionOperator).- Specified by:
 operatorin interfaceIamCondition
 - 
key
Description copied from interface:IamConditionRetrieve the value set byIamCondition.Builder.key(IamConditionKey).- Specified by:
 keyin interfaceIamCondition
 - 
value
Description copied from interface:IamConditionRetrieve the value set byIamCondition.Builder.value(String).- Specified by:
 valuein interfaceIamCondition
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<IamCondition.Builder,IamCondition> - Returns:
 - a builder for type T
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -