@Generated(value="software.amazon.awssdk:codegen") public final class ShareDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShareDetails.Builder,ShareDetails>
Information about the portfolio share operation.
Modifier and Type | Class and Description |
---|---|
static interface |
ShareDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static ShareDetails.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ShareDetails.Builder> |
serializableBuilderClass() |
List<ShareError> |
shareErrors()
List of errors.
|
List<String> |
successfulShares()
List of accounts for whom the operation succeeded.
|
ShareDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> successfulShares()
List of accounts for whom the operation succeeded.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<ShareError> shareErrors()
List of errors.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ShareDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ShareDetails.Builder,ShareDetails>
public static ShareDetails.Builder builder()
public static Class<? extends ShareDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.