Amazon.IdentityManagement.Model.Internal.MarshallTransformations.GetUserResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : GetUserResponseUnmarshaller
return GetUserResponseUnmarshaller
        public static GetUserResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetUserResponseUnmarshaller();
            }
            return instance;
        }