Class Span
- java.lang.Object
-
- software.amazon.awssdk.services.accessanalyzer.model.Span
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Span.Builder,Span>
@Generated("software.amazon.awssdk:codegen") public final class Span extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Span.Builder,Span>
A span in a policy. The span consists of a start position (inclusive) and end position (exclusive).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSpan.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Span.Builderbuilder()Positionend()The end position of the span (exclusive).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Span.Builder>serializableBuilderClass()Positionstart()The start position of the span (inclusive).Span.BuildertoBuilder()StringtoString()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
-
start
public final Position start()
The start position of the span (inclusive).
- Returns:
- The start position of the span (inclusive).
-
end
public final Position end()
The end position of the span (exclusive).
- Returns:
- The end position of the span (exclusive).
-
toBuilder
public Span.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Span.Builder,Span>
-
builder
public static Span.Builder builder()
-
serializableBuilderClass
public static Class<? extends Span.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
-