Class OperatorResponse
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.OperatorResponse
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<OperatorResponse.Builder,OperatorResponse>
@Generated("software.amazon.awssdk:codegen") public final class OperatorResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OperatorResponse.Builder,OperatorResponse>
Describes whether the resource is managed by an entity and, if so, describes the entity that manages it.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
OperatorResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperatorResponse.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Boolean
managed()
Iftrue
, the resource is managed by an entity.String
principal()
Ifmanaged
istrue
, then the principal is returned.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends OperatorResponse.Builder>
serializableBuilderClass()
OperatorResponse.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
managed
public final Boolean managed()
If
true
, the resource is managed by an entity.- Returns:
- If
true
, the resource is managed by an entity.
-
principal
public final String principal()
If
managed
istrue
, then the principal is returned. The principal is the entity that manages the resource.- Returns:
- If
managed
istrue
, then the principal is returned. The principal is the entity that manages the resource.
-
toBuilder
public OperatorResponse.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<OperatorResponse.Builder,OperatorResponse>
-
builder
public static OperatorResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends OperatorResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-