StructuredPojo
, ToCopyableBuilder<ValueWithServiceIds.Builder,ValueWithServiceIds>
@Generated("software.amazon.awssdk:codegen") public class ValueWithServiceIds extends Object implements StructuredPojo, ToCopyableBuilder<ValueWithServiceIds.Builder,ValueWithServiceIds>
Information about a segment annotation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ValueWithServiceIds.Builder |
Modifier and Type | Method | Description |
---|---|---|
AnnotationValue |
annotationValue() |
Values of the annotation.
|
static ValueWithServiceIds.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ValueWithServiceIds.Builder> |
serializableBuilderClass() |
|
List<ServiceId> |
serviceIds() |
Services to which the annotation applies.
|
ValueWithServiceIds.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public AnnotationValue annotationValue()
Values of the annotation.
public List<ServiceId> serviceIds()
Services to which the annotation applies.
public ValueWithServiceIds.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ValueWithServiceIds.Builder,ValueWithServiceIds>
public static ValueWithServiceIds.Builder builder()
public static Class<? extends ValueWithServiceIds.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.