Class AssumeRoleFluent<A extends AssumeRoleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.aws.v1.AssumeRoleFluent<A>
-
- Direct Known Subclasses:
AssumeRoleBuilder,AWSClusterDeprovisionFluent.CredentialsAssumeRoleNested,AWSDNSZoneSpecFluent.CredentialsAssumeRoleNested,PlatformFluent.CredentialsAssumeRoleNested
public class AssumeRoleFluent<A extends AssumeRoleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AssumeRoleFluent()AssumeRoleFluent(AssumeRole instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(AssumeRole instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetExternalID()StringgetRoleARN()booleanhasAdditionalProperties()booleanhasExternalID()inthashCode()booleanhasRoleARN()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithExternalID(String externalID)AwithRoleARN(String roleARN)
-
-
-
Constructor Detail
-
AssumeRoleFluent
public AssumeRoleFluent()
-
AssumeRoleFluent
public AssumeRoleFluent(AssumeRole instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AssumeRole instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AssumeRoleFluent<A>>
-
getExternalID
public String getExternalID()
-
getRoleARN
public String getRoleARN()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasExternalID
public boolean hasExternalID()
-
hasRoleARN
public boolean hasRoleARN()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AssumeRoleFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-