StructuredPojo
, ToCopyableBuilder<ResourcePathComponent.Builder,ResourcePathComponent>
@Generated("software.amazon.awssdk:codegen") public class ResourcePathComponent extends Object implements StructuredPojo, ToCopyableBuilder<ResourcePathComponent.Builder,ResourcePathComponent>
Describes the resource path.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ResourcePathComponent.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ResourcePathComponent.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the resource path.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the resource path.
|
static Class<? extends ResourcePathComponent.Builder> |
serializableBuilderClass() |
|
ResourcePathComponent.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String id()
The ID of the resource path.
public String name()
The name of the resource path.
public ResourcePathComponent.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ResourcePathComponent.Builder,ResourcePathComponent>
public static ResourcePathComponent.Builder builder()
public static Class<? extends ResourcePathComponent.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.