@Generated(value="software.amazon.awssdk:codegen") public final class UserInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserInfo.Builder,UserInfo>
Information about the user who made a specified commit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserInfo.Builder |
builder() |
String |
date()
The date when the specified commit was commited, in timestamp format with GMT offset.
|
String |
email()
The email address associated with the user who made the commit, if any.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the user who made the specified commit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserInfo.Builder> |
serializableBuilderClass() |
UserInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the user who made the specified commit.
public final String email()
The email address associated with the user who made the commit, if any.
public final String date()
The date when the specified commit was commited, in timestamp format with GMT offset.
public UserInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserInfo.Builder,UserInfo>public static UserInfo.Builder builder()
public static Class<? extends UserInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.